fix two bugs concerning blocking fds
[paraslash.git] / Makefile.in
index 7d692a7eed9a84ee1fcebeec23deb94b226e9985..4ac0de935090977b2e14dddde937cce9abc46d7f 100644 (file)
@@ -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@ $<