aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 949c7c5..66e65c4 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ pdincludedir = $(pddir)/src
INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch
-LDFLAGS = -export_dynamic -shared
+LDFLAGS = --export-dynamic -shared
pdinstall_DATA = AUTHORS COPYING NEWS README TODO bang-eater.pd cama99.ps click1.wav click2.wav drumboy~.pd drunk-metro.pd ping~.pd rhythm_estimator.pd rhythm_estimator_example.pd rhythm_estimator_example2.pd
diff --git a/Makefile.am b/Makefile.am
index 3f5a064..718c42b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
-LDFLAGS = -export_dynamic -shared
+LDFLAGS = --export-dynamic -shared
## Install the documentation.
diff --git a/Makefile.in b/Makefile.in
index f9c79c4..504a78a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,7 +97,7 @@ pdincludedir = $(pddir)/src
INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch
-LDFLAGS = -export_dynamic -shared
+LDFLAGS = --export-dynamic -shared
pdinstall_DATA = AUTHORS COPYING NEWS README TODO bang-eater.pd cama99.ps click1.wav click2.wav drumboy~.pd drunk-metro.pd ping~.pd rhythm_estimator.pd rhythm_estimator_example.pd rhythm_estimator_example2.pd