diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2009-01-25 00:30:34 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2009-01-25 00:30:34 +0000 |
commit | 6d40e7a278679d1629e9ffc8a3cc164a283edd27 (patch) | |
tree | 79835a093dd0556ea69a066e584d63328bb717d6 | |
parent | efeebbd30c411b59bb9b38ef824231af8ae1a891 (diff) |
makefile works on pd-svn tree
svn path=/trunk/externals/pdvjtools/; revision=10620
-rw-r--r-- | pdp_freeframe/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdp_freeframe/Makefile.config b/pdp_freeframe/Makefile.config index 1ff0e12..e4e4784 100644 --- a/pdp_freeframe/Makefile.config +++ b/pdp_freeframe/Makefile.config @@ -2,7 +2,7 @@ # specify pd's include path here and ignore the warning # FF_PLUGIN_DIR=/usr/lib/FreeFrame -PD_CPPFLAGS=-I../../../src +PD_CPPFLAGS=-I../../../pd PDP_CFLAGS=-I../../pdp/include -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -ffast-math -freg-struct-return -DLINUX prefix=/usr/local |