X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=7d692a7eed9a84ee1fcebeec23deb94b226e9985;hp=a243b7bbede440000ecc188f0d1149b997fb699e;hb=98d0c34a0377546a4ed0062ad32e8161d611d6e6;hpb=ee41d31b46e6c3213b799d79fb65a5351aa9d221 diff --git a/Makefile.in b/Makefile.in index a243b7bb..7d692a7e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@ $<