summaryrefslogtreecommitdiff
path: root/config.make
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2012-12-08 10:55:47 +0000
committerComment <tim@gray.(none)>2012-12-08 10:55:47 +0000
commit3dbac595be9c2d5e57a62576eb05ec264b994e07 (patch)
treef092aaffc35449a1998e77a8126497a4da97b295 /config.make
parent11850d1ded455e135cfa42aa1598b89be9544807 (diff)
reawakening project
Diffstat (limited to 'config.make')
-rw-r--r--config.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.make b/config.make
index 322e619..416112e 100644
--- a/config.make
+++ b/config.make
@@ -3,21 +3,21 @@
# OF_ROOT allows to move projects outside apps/* just set this variable to the
# absoulte path to the OF root folder
-OF_ROOT = ../of_preRelease_v007_linux/
+OF_ROOT = ../openFrameworks
# USER_CFLAGS allows to pass custom flags to the compiler
# for example search paths like:
# USER_CFLAGS = -I src/objects
-USER_CFLAGS = -I ../../../addons -I ../../../addons/ofxAvahiCore/libs/avahi/include
+USER_CFLAGS = -I ../openFrameworks/addons -I ../openFrameworks/addons/ofxAvahiCore/libs/avahi/include
# USER_LDFLAGS allows to pass custom flags to the linker
# for example libraries like:
# USER_LD_FLAGS = libs/libawesomelib.a
-USER_LDFLAGS =
+USER_LDFLAGS = ../openFrameworks/addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a
# use this to add system libraries for example: