aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/makefile.pd-linux
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-10-26 20:03:50 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-10-26 20:03:50 +0000
commitc752987457f50c1adf5051e1fd8167a5637f1e34 (patch)
treee78349513f1c0c7f37bd6d96935f90d9c5257e15 /externals/grill/flext/makefile.pd-linux
parente44cd51e389696bc871ece7d9ea08d10a683382e (diff)
""
svn path=/trunk/; revision=2169
Diffstat (limited to 'externals/grill/flext/makefile.pd-linux')
-rw-r--r--externals/grill/flext/makefile.pd-linux6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/flext/makefile.pd-linux b/externals/grill/flext/makefile.pd-linux
index 718d72c7..70567c97 100644
--- a/externals/grill/flext/makefile.pd-linux
+++ b/externals/grill/flext/makefile.pd-linux
@@ -16,13 +16,13 @@ include ${CONFIG}
INCLUDES=${PDPATH}
# general compiler flags
-FLAGS=-DFLEXT_SYS=2 ${UFLAGS}
+FLAGS=-DFLEXT_SYS=2 -fPIC ${UFLAGS}
# compiler flags for optimized build
-CFLAGS=-O2
+CFLAGS=-O2
# compiler flags for debug build
-CFLAGS_D=-g -DFLEXT_DEBUG
+CFLAGS_D=-g -DFLEXT_DEBUG
# additional flags for threading
CFLAGS_T=-DFLEXT_THREADS