X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.real;h=799bbad4040ae2629dffc82b2b670b473426eb86;hp=e4a35194a8edb3733e496512b786754fdda8e720;hb=37fa57410c415be3b00d99c373b004959c6586fe;hpb=097a683c94cc91e9b0191fa49b8d119d689ca94d diff --git a/Makefile.real b/Makefile.real index e4a35194..799bbad4 100644 --- a/Makefile.real +++ b/Makefile.real @@ -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 \