aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-27 15:16:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-27 15:16:51 +0000
commitccdfcc618dc9340e090d28974af998daa7e26138 (patch)
tree9a39a00201c1fef21248af2990a45e73a1e09083
parent48886dd80cf5a05dad279363e8fc9743dd7770ae (diff)
include header path from 'gem-dev' Debian package
svn path=/trunk/externals/pix_opencv/; revision=16771
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e71fc00..5b4ffbe 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ UNITTESTS =
#------------------------------------------------------------------------------#
ALL_CFLAGS = -I"$(PD_INCLUDE)"
-CFLAGS_linux = -I/usr/local/include/Gem `pkg-config --cflags opencv`
+CFLAGS_linux = -I/usr/local/include/Gem -I/usr/include/Gem `pkg-config --cflags opencv`
CFLAGS_macosx = -I/Library/Frameworks/OpenCV.framework/Headers/ \
-I$(PD_PATH)/include/Gem -I$(PD_PATH)/include
ALL_LDFLAGS =