X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=30bc63fbdc8b11798fda86879f411c2797387944;hb=94c7c613f4c66a36c81edae74a42024015122c16;hp=f4bae24a6df311f86725f3860f20adfcc3fbd3b9;hpb=5ba8f6dff01904907d1dcfaa1555c8ceb5a72c90;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index f4bae24a..30bc63fb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -119,6 +119,7 @@ grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo recv.ggo) O="--no-handle-help";; \ filter.ggo) O="--no-handle-help";; \ write.ggo) O="--no-handle-help";; \ + audiod.ggo) O="--no-handle-help";; \ esac; \ if test $< != fsck.ggo; then O="$$O --conf-parser "; fi; \ gengetopt $$O \ @@ -170,12 +171,6 @@ web/%.man.in.html: man/man1/%.1 man2html $< | sed -e '/^<\/BODY>/,$$d' -e '1,/<\/HEAD>/d' > $@ -ortp_recv.o: ortp_recv.c - $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @ortp_cppflags@ $< - -ortp_send.o: ortp_send.c - $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @ortp_cppflags@ $< - oggdec_filter.o: oggdec_filter.c $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @oggvorbis_cppflags@ $< ogg_afh.o: ogg_afh.c