aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2012-12-27 14:41:22 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2012-12-27 14:41:22 +0000
commit48886dd80cf5a05dad279363e8fc9743dd7770ae (patch)
tree016bbe83d275058a54afdecabb067b0385712873 /Makefile
parentfc998beece703a7d23a75272f1ed0d5a34ee84c9 (diff)
clean up directory
fix help patch dependency improve REAMDE svn path=/trunk/externals/pix_opencv/; revision=16770
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c6d82a..e71fc00 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ UNITTESTS =
#------------------------------------------------------------------------------#
ALL_CFLAGS = -I"$(PD_INCLUDE)"
-CFLAGS_linux = -I/usr/include/Gem
+CFLAGS_linux = -I/usr/local/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 =