aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-29 12:37:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-29 12:37:18 +0000
commitdb7e10643eba68ff172bab10f7da2e343d0ccaea (patch)
treecfc1152357d82bf2db63ffea9aa3266f3d8c86fd
parentd7cc821e4219ad9f3e72b271e66a8f8004030cf8 (diff)
fixed --export-dynamic
svn path=/trunk/externals/iem/hdspm_mixer/; revision=11830
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 46f3dc8..9dac699 100644
--- a/makefile
+++ b/makefile
@@ -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: