X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;h=e119919d01d11d5d14999b4cfd227e5b46fa7b12;hb=44779382f0699be6b8daeeb25e7e1a2c40116d4b;hp=84872be34102554096623ebc7f067c55b3b44af9;hpb=d25417f95997d9e502d021d5fdb61ac843947495;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index 84872be3..e119919d 100644 --- a/Makefile.real +++ b/Makefile.real @@ -43,14 +43,14 @@ 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 +converted_executables := audioc client fade play unconverted_executables := $(filter-out $(converted_executables), $(executables)) audioc_objs += audioc.lsg.o audiod_objs += audiod_cmd.lsg.o recv_cmd.lsg.o client.lsg.o fade_objs += fade.lsg.o server_objs += server_cmd.lsg.o -play_objs += play_cmd.lsg.o recv_cmd.lsg.o +play_objs += play_cmd.lsg.o recv_cmd.lsg.o play.lsg.o recv_objs += recv_cmd.lsg.o client_objs += client.lsg.o