X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=4ac0de935090977b2e14dddde937cce9abc46d7f;hb=28b6f5b46c1fc7981550be98fa7980d0692dd403;hp=7d692a7eed9a84ee1fcebeec23deb94b226e9985;hpb=b32cd75d0cc39f877f89accc9b2706420d0de899;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 7d692a7e..4ac0de93 100644 --- a/Makefile.in +++ b/Makefile.in @@ -154,6 +154,11 @@ ortp_recv.o: ortp_recv.c ortp_send.o: ortp_send.c $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @ortp_cppflags@ $< +oggdec.o: oggdec.c + $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @oggvorbis_cppflags@ $< +ogg_afh.o: ogg_afh.c + $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @oggvorbis_cppflags@ $< + mp3dec.o: mp3dec.c $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @mad_cppflags@ $<