summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stream/Makefile')
-rw-r--r--stream/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 5815c3b0c5..e8a33f2b61 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -17,9 +17,9 @@ SRCS += cdinfo.c \
cue_read.c \
ifeq ($(CDDA),yes)
-SRCS += cdda.c
+SRCS += stream_cdda.c
ifeq ($(MPLAYER_NETWORK),yes)
- SRCS += cddb.c
+ SRCS += stream_cddb.c
endif
endif