diff options
author | jdl <x75@users.sourceforge.net> | 2004-03-10 17:45:05 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2004-03-10 17:45:05 +0000 |
commit | 1c5fd2a193c24d0dbbcc561747a2aadf9ded7264 (patch) | |
tree | 5699d5e74128f1315b6f9e8407cbe8330e43ad1d /src | |
parent | 0812d2e537fd1513dcbf32be2660de68d0f9253b (diff) |
updated readme ..
svn path=/trunk/externals/OSCx/; revision=1405
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 7f9ba21..f35ba73 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -22,7 +22,7 @@ CFLAGS += $(DEFS) -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \ -Wno-unused -Wno-parentheses -Wno-switch # where is your m_pd.h ??? -INCLUDE = -I../../build/include +INCLUDE = -I../../build/include -I../libOSC # LINUXEXTERNALS = htmsocket.o OSC-pattern-match.o sendOSC.o dumpOSC.o OSCroute.o # SOURCES = $(wildcard *.c) |