summaryrefslogtreecommitdiff
path: root/vamphost/config.make
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-05-21 01:06:38 +0100
committerComment <tim@gray.(none)>2013-05-21 01:06:38 +0100
commite453cc17916908104467875db31e3fa08817cce1 (patch)
tree4f89f8d0b1d2cad4b5ffd1ec7607a846c26dedfd /vamphost/config.make
parentcb7ec4965e6ec3d2142522c5c110b240f800e55d (diff)
vamphost
Diffstat (limited to 'vamphost/config.make')
-rwxr-xr-xvamphost/config.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/vamphost/config.make b/vamphost/config.make
index a4db95a..da65b3e 100755
--- a/vamphost/config.make
+++ b/vamphost/config.make
@@ -11,14 +11,14 @@ OF_ROOT = /home/tim/workspace/openFrameworks
# for example search paths like:
# USER_CFLAGS = -I src/objects
-USER_CFLAGS = -I $(OF_ROOT)/addons/ofxOpenNI/include/openni -I $(OF_ROOT)/addons/ofxOpenNI/include/nite -I $(OF_ROOT)/addons/ofxOpenNI/src
+USER_CFLAGS = -fpermissive
# USER_LDFLAGS allows to pass custom flags to the linker
# for example libraries like:
# USER_LDFLAGS = libs/libawesomelib.a
-USER_LDFLAGS = -lvamp-hostsdk
+USER_LDFLAGS = -lvamp-hostsdk -lsndfile
EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj"