aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 4a4b0f2..77944d0 100644
--- a/Makefile
+++ b/Makefile
@@ -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`
#------------------------------------------------------------------------------#
#