summaryrefslogtreecommitdiff
path: root/apps/codecs/libwavpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwavpack/Makefile')
-rw-r--r--apps/codecs/libwavpack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwavpack/Makefile b/apps/codecs/libwavpack/Makefile
index 7afc9e1042..20daeb3411 100644
--- a/apps/codecs/libwavpack/Makefile
+++ b/apps/codecs/libwavpack/Makefile
@@ -15,8 +15,8 @@ ifdef APPEXTRA
endif
WAVPACKOPTS = -O2
-CFLAGS = $(INCLUDES) $(GCCOPTS) $(WAVPACKOPTS) $(TARGET) $(EXTRA_DEFINES) \
- -DMEM=${MEMORYSIZE} $(PROFILE_OPTS)
+CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(WAVPACKOPTS) $(TARGET) \
+$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS)
# This sets up 'SRC' based on the files mentioned in SOURCES
include $(TOOLSDIR)/makesrc.inc