aboutsummaryrefslogtreecommitdiff
path: root/src/makefile_linux
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-29 12:43:27 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-29 12:43:27 +0000
commitc56e1e031dd015c7e2d1ee5ac48a8fe6bfab244b (patch)
tree622d1ec87dae078778c6ebf452a50f74177f9905 /src/makefile_linux
parentb51c0e041b501c37e737602c29eae6695dd38b2d (diff)
fixed --export-dynamic and make makefile be the same as makefile_linux
svn path=/trunk/externals/iem/iemgui/; revision=11832
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 7736cf1..100f81f 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: