summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 57797da46b..b82aa6215f 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -4,7 +4,7 @@ include config.mak
SRCS = sr1.c d_cpu.s decode_i586.s $(OPTIONAL_SRCS)
OBJS = sr1.o d_cpu.o decode_i586.o $(OPTIONAL_OBJS)
# OBJS = $(SRCS:.c,.s=.o)
-CFLAGS = $(OPTFLAGS)
+CFLAGS = $(OPTFLAGS) $(EXTRA_INC)
.SUFFIXES: .c .o