aboutsummaryrefslogtreecommitdiff
path: root/Make.include
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-29 12:36:47 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-29 12:36:47 +0000
commita98932766ed8e663aea8433cf34df31c92a67959 (patch)
tree62bc364751040ac08c27b5d7646d62822b10121b /Make.include
parent12534481b3b55dce56d1759551a42bacb17e2c3e (diff)
fixed --export-dynamic
svn path=/trunk/externals/iemlib/; revision=11829
Diffstat (limited to 'Make.include')
-rw-r--r--Make.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.include b/Make.include
index d365fa5..13c6c2f 100644
--- a/Make.include
+++ b/Make.include
@@ -6,7 +6,7 @@ PDSOURCE ?= /usr/local/src/pd/src
EXT = pd_linux
-LDFLAGS = -export-dynamic -shared
+LDFLAGS = --export-dynamic -shared
LIB = -ldl -lm -lpthread
#select either the DBG and OPT compiler flags below: