]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.real
build: Construct audioc object list in Makefile.
[paraslash.git] / Makefile.real
index 67107744e3234e5cad3a0f3dbfc8ec2a2a9777c1..1d671dbefd515b268489a439e5f39e9817d9cc63 100644 (file)
@@ -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) \