aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2009-06-29 09:50:59 +0000
committerlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2009-06-29 09:50:59 +0000
commitacab39f7185238edcf568072614d13befc9d2f0e (patch)
tree5472adcfcac09f0af980785945d1d1fdd5bde9d2
parent8bc1876897aa82d91ce6b7fa0091ae95ff157af0 (diff)
makefile.config changed to compile using relative paths
svn path=/trunk/externals/pdvjtools/; revision=11827
-rw-r--r--pdp_freeframe/Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdp_freeframe/Makefile.config b/pdp_freeframe/Makefile.config
index 60030bf..0ab269f 100644
--- a/pdp_freeframe/Makefile.config
+++ b/pdp_freeframe/Makefile.config
@@ -3,7 +3,7 @@
#
FF_PLUGIN_DIR=/usr/lib/FreeFrame
PD_CPPFLAGS=-I../../../pd/src
-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
+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
PDP_VERSION = 0.0.1