summaryrefslogtreecommitdiff
path: root/config.make
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-03-28 00:43:07 +0100
committerTim Redfern <tim@eclectronics.org>2012-03-28 00:43:07 +0100
commit11850d1ded455e135cfa42aa1598b89be9544807 (patch)
tree7ee41d76618c4843c659c42ca2620d6ae1974689 /config.make
parentec078a99e2924c1709242f981651409f7ae9e940 (diff)
for strongbow demo
Diffstat (limited to 'config.make')
-rw-r--r--config.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.make b/config.make
index 23d8351..322e619 100644
--- a/config.make
+++ b/config.make
@@ -10,7 +10,7 @@ OF_ROOT = ../of_preRelease_v007_linux/
# for example search paths like:
# USER_CFLAGS = -I src/objects
-USER_CFLAGS =
+USER_CFLAGS = -I ../../../addons -I ../../../addons/ofxAvahiCore/libs/avahi/include
# USER_LDFLAGS allows to pass custom flags to the linker
@@ -23,7 +23,7 @@ USER_LDFLAGS =
# use this to add system libraries for example:
# USER_LIBS = -lpango
-USER_LIBS =
+USER_LIBS = -lavahi-core -lavahi-client
# change this to add different compiler optimizations to your project