diff options
Diffstat (limited to 'config.make')
| -rw-r--r-- | config.make | 4 |
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 |
