diff options
-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 = |