aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2013-01-22 15:46:41 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2013-01-22 15:46:41 +0000
commit89c2bd4c3c91ce7e035fb595dff65155ed5f1049 (patch)
treefa186d5dec796c977583cabead86716d4b167cf6
parent8be86884ce537e32e3474084e39ccf72caa54ef0 (diff)
use pkgconfig for pd cflags on linux
svn path=/trunk/externals/pix_opencv/; revision=16946
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77944d0..83728a2 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ UNITTESTS =
#------------------------------------------------------------------------------#
ALL_CFLAGS = -I"$(PD_INCLUDE)" `pkg-config --cflags opencv`
-CFLAGS_linux = `pkg-config --cflags Gem`
+CFLAGS_linux = `pkg-config --cflags Gem` `pkg-config --cflags pd`
CFLAGS_macosx = -I$(PD_PATH)/include/Gem -I$(PD_PATH)/include
ALL_LDFLAGS =
SHARED_LDFLAGS =