diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-29 02:15:37 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-29 02:15:37 +0000 |
commit | cdf7b21a7a3a857a7d1d532a4917d13bc83e363e (patch) | |
tree | 4f8177035d59ddda878f1143db286851ff0ea589 | |
parent | 6d4b49598011289f6334e3e0910c6a45b21e3574 (diff) |
added include for cvs-style pd/src location
svn path=/trunk/externals/zexy/; revision=1049
-rw-r--r-- | src/makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux b/src/makefile.linux index 4fdcdd8..0fc21c3 100644 --- a/src/makefile.linux +++ b/src/makefile.linux @@ -51,7 +51,7 @@ ifeq (${ARCH},alpha) AFLAGS = -mieee -mcpu=ev56 endif -LINCLUDE = +LINCLUDE = -I../../../pd/src $(LINUXOBJECTS): *.h |