From 11850d1ded455e135cfa42aa1598b89be9544807 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 28 Mar 2012 00:43:07 +0100 Subject: for strongbow demo --- config.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.make') 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 -- cgit v1.2.3