summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stream/Makefile')
-rw-r--r--stream/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 87b9fc4a5e..4f52c72073 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -13,11 +13,10 @@ SRCS += cache2.c
endif
# Miscellaneous
-SRCS += cdinfo.c \
- cue_read.c \
+SRCS += cue_read.c \
ifeq ($(CDDA),yes)
-SRCS += stream_cdda.c
+SRCS += stream_cdda.c cdinfo.c
ifeq ($(MPLAYER_NETWORK),yes)
SRCS += stream_cddb.c
endif