aboutsummaryrefslogtreecommitdiff
path: root/pdp_frei0r
diff options
context:
space:
mode:
Diffstat (limited to 'pdp_frei0r')
-rw-r--r--pdp_frei0r/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdp_frei0r/Makefile b/pdp_frei0r/Makefile
index 30b81e0..3282768 100644
--- a/pdp_frei0r/Makefile
+++ b/pdp_frei0r/Makefile
@@ -5,7 +5,7 @@ include Makefile.config
PDP_MOD = pdp_frei0r.o
all: $(PDP_MOD)
- $(CC) -export_dynamic -shared -o pdp_frei0r.pd_linux *.o $(PDP_LIBS)
+ $(CC) --export-dynamic -shared -o pdp_frei0r.pd_linux *.o $(PDP_LIBS)
clean:
rm -f *~