diff options
-rw-r--r-- | Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -35,15 +35,12 @@ UNITTESTS = # #------------------------------------------------------------------------------# -ALL_CFLAGS = -I"$(PD_INCLUDE)" -CFLAGS_linux = `pkg-config --cflags Gem` `pkg-config --cflags opencv` -CFLAGS_macosx = -I/Library/Frameworks/OpenCV.framework/Headers/ \ - -I$(PD_PATH)/include/Gem -I$(PD_PATH)/include +ALL_CFLAGS = -I"$(PD_INCLUDE)" `pkg-config --cflags opencv` +CFLAGS_linux = `pkg-config --cflags Gem` +CFLAGS_macosx = -I$(PD_PATH)/include/Gem -I$(PD_PATH)/include ALL_LDFLAGS = SHARED_LDFLAGS = -ALL_LIBS = -LIBS_linux = `pkg-config --libs opencv` -LIBS_macosx = -lm -framework OpenCV +ALL_LIBS = `pkg-config --libs opencv` #------------------------------------------------------------------------------# # |