]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.real
build: Construct gui object list in Makefile.
[paraslash.git] / Makefile.real
index b28619f19a3e65e4dc50d8c6d64d6d100f58e1c7..8f00f27c59630275902fc8c1e80f48accad3b3ee 100644 (file)
@@ -138,6 +138,10 @@ ifneq ($(HAVE_OSS)-$(HAVE_ALSA),no-no)
                mixer_objs += alsa_mix.o
        endif
 endif
+ifeq ($(HAVE_CURSES),yes)
+       gui_objs := $(addsuffix .o, exec signal string stat ringbuffer fd \
+               gui gui_theme lsu time sched version)
+endif
 
 # sort removes duplicate words, which is all we need here
 all_objs := $(sort $(recv_objs) $(filter_objs) $(client_objs) $(gui_objs) \