aboutsummaryrefslogtreecommitdiff
path: root/src/makefile_linux
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-29 12:44:01 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-29 12:44:01 +0000
commit57e63a113767c82ce61c663b833937b3f099c1cd (patch)
tree428353e64aa3fe2f13089728269c98acb121c2c4 /src/makefile_linux
parent1ae211ebe503b239c69fdee13e5dc7b43668b6a7 (diff)
fixed --export-dynamic and make makefile be the same as makefile_linux
svn path=/trunk/externals/iem/iem_spec2/; revision=11833
Diffstat (limited to 'src/makefile_linux')
-rw-r--r--src/makefile_linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile_linux b/src/makefile_linux
index 5371eca..87c3af4 100644
--- a/src/makefile_linux
+++ b/src/makefile_linux
@@ -4,7 +4,7 @@ current: all
INCLUDE = -I. -I/usr/local/src/pd/src
-LDFLAGS = -export-dynamic -shared
+LDFLAGS = --export-dynamic -shared
LIB = -ldl -lm -lpthread
#select either the DBG and OPT compiler flags below: