X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;fp=Makefile.real;h=1d671dbefd515b268489a439e5f39e9817d9cc63;hb=142ee7011b66ad76e7a3be47ccd9e9ab24d7f174;hp=67107744e3234e5cad3a0f3dbfc8ec2a2a9777c1;hpb=195357a1ff778e24feb88ce4cf6c130a9200ebe3;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index 67107744..1d671dbe 100644 --- a/Makefile.real +++ b/Makefile.real @@ -277,6 +277,10 @@ ifeq ($(HAVE_ALSA),yes) write_objs += alsa_write.o endif +audioc_objs := $(addsuffix .o, audioc string lsu net fd time version) +ifeq ($(HAVE_READLINE),yes) + audioc_objs += buffer_tree.o interactive.o sched.o +endif # sort removes duplicate words, which is all we need here all_objs := $(sort $(recv_objs) $(filter_objs) $(client_objs) $(gui_objs) \