From ccdfcc618dc9340e090d28974af998daa7e26138 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 27 Dec 2012 15:16:51 +0000 Subject: include header path from 'gem-dev' Debian package svn path=/trunk/externals/pix_opencv/; revision=16771 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- cgit v1.2.1