diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-01-22 15:46:41 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-01-22 15:46:41 +0000 |
commit | 89c2bd4c3c91ce7e035fb595dff65155ed5f1049 (patch) | |
tree | fa186d5dec796c977583cabead86716d4b167cf6 | |
parent | 8be86884ce537e32e3474084e39ccf72caa54ef0 (diff) |
use pkgconfig for pd cflags on linux
svn path=/trunk/externals/pix_opencv/; revision=16946
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |