diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-08-23 12:23:32 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-08-23 12:23:32 +0000 |
commit | 3368192bd4251886e617a0471efd1561c56f7d91 (patch) | |
tree | f5bca9fe4dc230c8485b6badf39fb3fa83081a32 | |
parent | 62ea3a782dbcf96e973948fde14b9983089ee541 (diff) |
added ../../../pd/src to the includes (so you can compile out of the CVS-tree)
svn path=/trunk/externals/bbogart/; revision=3452
-rw-r--r-- | entry/makefile | 2 |
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 |