diff options
Diffstat (limited to 'apps/codecs/libmusepack/Makefile')
| -rw-r--r-- | apps/codecs/libmusepack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmusepack/Makefile b/apps/codecs/libmusepack/Makefile index d6bf174..e507697 100644 --- a/apps/codecs/libmusepack/Makefile +++ b/apps/codecs/libmusepack/Makefile @@ -15,8 +15,8 @@ ifdef APPEXTRA endif MUSEPACKOPTS = -O2 -CFLAGS = $(INCLUDES) $(GCCOPTS) $(MUSEPACKOPTS) $(TARGET) $(EXTRA_DEFINES) \ - -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) +CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(MUSEPACKOPTS) $(TARGET) \ +$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) # This sets up 'SRC' based on the files mentioned in SOURCES include $(TOOLSDIR)/makesrc.inc |