From acab39f7185238edcf568072614d13befc9d2f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?llu=C3=ADs=20g=C3=B3mez=20i=20bigord=C3=A0?= Date: Mon, 29 Jun 2009 09:50:59 +0000 Subject: makefile.config changed to compile using relative paths svn path=/trunk/externals/pdvjtools/; revision=11827 --- pdp_freeframe/Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdp_freeframe/Makefile.config') 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 -- cgit v1.2.1