]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.real
Convert para_afh to lopsub.
[paraslash.git] / Makefile.real
index e4a35194a8edb3733e496512b786754fdda8e720..799bbad4040ae2629dffc82b2b670b473426eb86 100644 (file)
@@ -43,9 +43,10 @@ all_objs := $(sort $(recv_objs) $(filter_objs) $(client_objs) $(gui_objs) \
        $(audiod_objs) $(audioc_objs) $(fade_objs) $(server_objs) \
        $(write_objs) $(afh_objs) $(play_objs))
 deps := $(addprefix $(dep_dir)/, $(filter-out %.cmdline.d, $(all_objs:.o=.d)))
-converted_executables := audioc client fade play recv write filter gui
+converted_executables := audioc client fade play recv write filter gui afh
 unconverted_executables := $(filter-out $(converted_executables), $(executables))
 
+afh_objs += afh.lsg.o
 audioc_objs += audioc.lsg.o
 audiod_objs += $(addsuffix _cmd.lsg.o, recv filter audiod write) client.lsg.o
 client_objs += client.lsg.o
@@ -318,6 +319,7 @@ para_fade \
        $(oss_ldflags) \
        $(alsa_ldflags)
 
+para_afh \
 para_audioc \
 para_audiod \
 para_client \