aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2012-12-27 18:47:16 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2012-12-27 18:47:16 +0000
commit2b6407a21e54ab0bab1016c41c3b7112efb67c45 (patch)
treeaa4747b2fef95c6092384a827723e265509d3cf1
parentccdfcc618dc9340e090d28974af998daa7e26138 (diff)
fix cflags for Gem, thanks to IOhannes
svn path=/trunk/externals/pix_opencv/; revision=16774
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b4ffbe..4a4b0f2 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ UNITTESTS =
#------------------------------------------------------------------------------#
ALL_CFLAGS = -I"$(PD_INCLUDE)"
-CFLAGS_linux = -I/usr/local/include/Gem -I/usr/include/Gem `pkg-config --cflags opencv`
+CFLAGS_linux = `pkg-config --cflags Gem` `pkg-config --cflags opencv`
CFLAGS_macosx = -I/Library/Frameworks/OpenCV.framework/Headers/ \
-I$(PD_PATH)/include/Gem -I$(PD_PATH)/include
ALL_LDFLAGS =