diff options
author | N.N. <nimon@users.sourceforge.net> | 2009-02-13 11:38:46 +0000 |
---|---|---|
committer | N.N. <nimon@users.sourceforge.net> | 2009-02-13 11:38:46 +0000 |
commit | a5986d2299c6f77b4e375d6f6067b0f570dd4444 (patch) | |
tree | 0f45f38bef260eeadee07af78989b39c976e783d | |
parent | 2c6c05c37dfc8e52f6e778bbe85c48f94e68c074 (diff) |
svn path=/trunk/externals/nusmuk/; revision=10763
-rwxr-xr-x | biquad/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biquad/makefile b/biquad/makefile index 49835d2..1879a1a 100755 --- a/biquad/makefile +++ b/biquad/makefile @@ -85,7 +85,7 @@ DARWINCFLAGS = -DPD -DUNIX -DMACOSX -O2 \ -Wno-unused -Wno-parentheses -Wno-switch
# where is your m_pd.h ???
-DARWININCLUDE = -I/. -I../../../pd/src -I../../../pd/obj
+DARWININCLUDE = -I/. -I../../../pd/src -I../../../pd/obj -I/Applications/Pd-extended.app/Contents/Resources/include
.c.pd_darwin:
cc $(DARWINCFLAGS) $(DARWININCLUDE) -o $*.o -c $*.c
|