aboutsummaryrefslogtreecommitdiff
path: root/detox
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-28 18:40:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-28 18:40:49 +0000
commit7804e0c5da47f480f2318542b10101a67ab2804e (patch)
tree3fdb9953cc371e513eeaa711c49c815245680a86 /detox
parent61017dbf07a1f497574cd9d5f4cdecb8c5285f2e (diff)
made jasch_lib build with standard dev layout and with Pd-extended
svn path=/trunk/externals/jasch_lib/; revision=6499
Diffstat (limited to 'detox')
-rw-r--r--detox/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/detox/makefile b/detox/makefile
index d836eef..6e4c3db 100644
--- a/detox/makefile
+++ b/detox/makefile
@@ -64,7 +64,7 @@ LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
-Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS)
-LINUXINCLUDE = -I../../src
+LINUXINCLUDE = -I../../src -I../../../pd/src
.c.pd_linux:
$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c