diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2012-12-27 18:47:16 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2012-12-27 18:47:16 +0000 |
commit | 2b6407a21e54ab0bab1016c41c3b7112efb67c45 (patch) | |
tree | aa4747b2fef95c6092384a827723e265509d3cf1 | |
parent | ccdfcc618dc9340e090d28974af998daa7e26138 (diff) |
fix cflags for Gem, thanks to IOhannes
svn path=/trunk/externals/pix_opencv/; revision=16774
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |