diff options
-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 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 |