X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.real;h=8aa10a6e3aa73766cba1d65e97d6dcd85c7594e2;hp=6ff5abf02575722e4205e1ef941fa07e2edb972d;hb=1709cc8f8a54429441f8f83c38146e667133c727;hpb=f5cf47f2bc4bb76d0d21e2467c5846cade38558f diff --git a/Makefile.real b/Makefile.real index 6ff5abf0..8aa10a6e 100644 --- a/Makefile.real +++ b/Makefile.real @@ -46,6 +46,7 @@ deps := $(addprefix $(dep_dir)/, $(filter-out %.cmdline.d, $(all_objs:.o=.d))) m4_deps := $(addprefix $(m4depdir)/, $(addsuffix .m4d, $(executables))) audiod_objs += audiod_cmd.lsg.o +server_objs += server_cmd.lsg.o # now prefix all objects with object dir recv_objs := $(addprefix $(object_dir)/, $(recv_objs)) @@ -173,8 +174,7 @@ $(cmdlist_dir)/audiod.command_list.man \ $(cmdlist_dir)/audiod.completion.h \ : audiod_command.c -server_command_lists := $(cmdlist_dir)/server.command_list.man \ - $(cmdlist_dir)/afs.command_list.man +server_command_lists := $(lls_suite_dir)/server_cmd.lsg.man audiod_command_lists := $(lls_suite_dir)/audiod_cmd.lsg.man play_command_lists := $(cmdlist_dir)/play.command_list.man @@ -320,6 +320,7 @@ para_fade \ para_audioc \ para_audiod \ +para_server \ : LDFLAGS += $(lopsub_ldflags) para_server \