From 30461369def481c2eb53d36f63644eaff7de4a1d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 2 Sep 2006 21:31:16 +0000 Subject: settings.h includs button.h that includes target-button.h so we need to make sure all these knows how to find that include file as otherwise does the depfile generation break down git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10858 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libm4a/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libm4a') diff --git a/apps/codecs/libm4a/Makefile b/apps/codecs/libm4a/Makefile index 04e5fdf4c3..ad084b0ddf 100644 --- a/apps/codecs/libm4a/Makefile +++ b/apps/codecs/libm4a/Makefile @@ -15,8 +15,8 @@ ifdef APPEXTRA endif M4AOPTS = -O3 -CFLAGS = $(INCLUDES) $(GCCOPTS) $(M4AOPTS) $(TARGET) $(EXTRA_DEFINES) \ - -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) +CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(M4AOPTS) $(TARGET) \ + $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) # This sets up 'SRC' based on the files mentioned in SOURCES include $(TOOLSDIR)/makesrc.inc -- cgit v1.2.3