From 3368192bd4251886e617a0471efd1561c56f7d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 23 Aug 2005 12:23:32 +0000 Subject: added ../../../pd/src to the includes (so you can compile out of the CVS-tree) svn path=/trunk/externals/bbogart/; revision=3452 --- entry/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entry') 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 -- cgit v1.2.1