X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=d2218929b32a9b0b62c84952013f041b469ceb8b;hb=94d7a012a9bac8844a5ed11b97b51c8d35edadb0;hp=f63c21fa13a74fc9a61dd2bda5ae824cd524e7e2;hpb=318fbe90e08b6d9c5e781d9b517b670c5a1a04d7;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index f63c21fa..d2218929 100644 --- a/Makefile.in +++ b/Makefile.in @@ -64,7 +64,7 @@ man_pages_in := $(patsubst %, web/%.man.in.html, $(man_binaries)) ggo_dir := ggo m4_ggos := afh audioc audiod client filter fsck gui recv server write -all_ggos := $(m4_ggos) dccp_recv oggdec_filter alsa_write fade http_recv \ +all_ggos := $(m4_ggos) dccp_recv oggdec_filter alsa_write oss_write fade http_recv \ osx_write udp_recv amp_filter compress_filter file_write \ grab_client mp3dec_filter ggo_generated := $(addsuffix .cmdline.c, $(all_ggos)) $(addsuffix .cmdline.h, $(all_ggos)) \ @@ -158,7 +158,7 @@ para_audioc: @audioc_objs@ $(CC) $(LDFLAGS) -o $@ @audioc_objs@ @audioc_ldflags@ para_fade: @fade_objs@ - $(CC) $(LDFLAGS) -o $@ @fade_objs@ + $(CC) $(LDFLAGS) -o $@ @fade_objs@ @fade_ldflags@ para_server: @server_objs@ $(CC) $(LDFLAGS) -o $@ @server_objs@ @server_ldflags@