From 7584efe46d1311f713d9d50325360fc812f9dbce Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Fri, 7 Oct 2011 15:14:43 -0400 Subject: [PATCH] Fix include paths on Linux (from bartbes) --HG-- branch : box2d-update --- platform/unix/gen-makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/unix/gen-makefile b/platform/unix/gen-makefile index 4824822ca..8dc6e4c57 100644 --- a/platform/unix/gen-makefile +++ b/platform/unix/gen-makefile @@ -3,8 +3,8 @@ echo Generating src/Makefile.am ... cd src inc_current=. inc_modules="$inc_current/modules" -inc_box2d="$inc_current/libraries/Box2D" -echo "AM_CPPFLAGS = -I$inc_current -I$inc_modules -I$inc_box2d -I/usr/include/AL -I/usr/include/freetype2 \$(INCLUDE_LUA) -I/usr/include/SDL \$(FILE_OFFSET) +inc_libraries="$inc_current/libraries" +echo "AM_CPPFLAGS = -I$inc_current -I$inc_modules -I$inc_libraries -I/usr/include/AL -I/usr/include/freetype2 \$(INCLUDE_LUA) -I/usr/include/SDL \$(FILE_OFFSET) AUTOMAKE_OPTIONS = subdir-objects DEFAULT_INCLUDES = SUBDIRS =