X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=7d692a7eed9a84ee1fcebeec23deb94b226e9985;hp=b1d56ca4d6bd32c85e847a037b0c170c896b3def;hb=d42af6d28fa44d085b048cb064e20c79189b88b2;hpb=48a0d78dfbc3c1226523aeeb9e8f5a39afa519f2 diff --git a/Makefile.in b/Makefile.in index b1d56ca4..7d692a7e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,7 +48,7 @@ CPPFLAGS += -Wmissing-format-attribute CPPFLAGS += -Wunused-macros CPPFLAGS += -Wshadow -BINARIES = para_server para_client para_gui para_audiod para_audioc para_recv para_filter para_write @extra_binaries@ +BINARIES = para_server para_client para_gui para_audioc para_recv para_filter para_write @extra_binaries@ FONTS := $(wildcard fonts/*.png) PICS := $(wildcard pics/paraslash/*.jpg) @@ -148,6 +148,12 @@ grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo --set-package="para_$(subst .cmdline,,$(*F))" \ --set-version="$V" < $< +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@ $< + mp3dec.o: mp3dec.c $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @mad_cppflags@ $<