diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-27 15:16:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-27 15:16:51 +0000 |
commit | ccdfcc618dc9340e090d28974af998daa7e26138 (patch) | |
tree | 9a39a00201c1fef21248af2990a45e73a1e09083 /Makefile | |
parent | 48886dd80cf5a05dad279363e8fc9743dd7770ae (diff) |
include header path from 'gem-dev' Debian package
svn path=/trunk/externals/pix_opencv/; revision=16771
Diffstat (limited to 'Makefile')
-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 `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 = |