X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;fp=Makefile.real;h=8f00f27c59630275902fc8c1e80f48accad3b3ee;hb=c80a3a764a0ba35e1ba7fb910e2c40bf76e40bb3;hp=b28619f19a3e65e4dc50d8c6d64d6d100f58e1c7;hpb=9754ebd9540aa3766af5e8a22410bf62b6eac6fe;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index b28619f1..8f00f27c 100644 --- a/Makefile.real +++ b/Makefile.real @@ -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) \