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