aboutsummaryrefslogtreecommitdiff
path: root/entry
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-08-23 12:23:32 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-08-23 12:23:32 +0000
commit3368192bd4251886e617a0471efd1561c56f7d91 (patch)
treef5bca9fe4dc230c8485b6badf39fb3fa83081a32 /entry
parent62ea3a782dbcf96e973948fde14b9983089ee541 (diff)
added ../../../pd/src to the includes (so you can compile out of the CVS-tree)
svn path=/trunk/externals/bbogart/; revision=3452
Diffstat (limited to 'entry')
-rw-r--r--entry/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/entry/makefile b/entry/makefile
index 589ac14..29fbdd5 100644
--- a/entry/makefile
+++ b/entry/makefile
@@ -55,7 +55,7 @@ LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
-LINUXINCLUDE = -I../../src
+LINUXINCLUDE = -I../../src -I../../../pd/src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c