diff stream/Makefile @ 19301:097e5bc71210

added dedicated file for mf:// input
author ben
date Thu, 03 Aug 2006 19:43:02 +0000
parents 0c7ad1c632cc
children cc4774869fbc
line wrap: on
line diff
--- a/stream/Makefile	Thu Aug 03 19:31:36 2006 +0000
+++ b/stream/Makefile	Thu Aug 03 19:43:02 2006 +0000
@@ -22,6 +22,7 @@
 SRCS += stream.c \
         stream_cue.c \
         stream_file.c \
+        stream_mf.c \
         stream_null.c \
 
 ifeq ($(HAVE_DVD),yes)