aboutsummaryrefslogtreecommitdiff
path: root/pdp_freeframe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pdp_freeframe/Makefile')
-rw-r--r--pdp_freeframe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdp_freeframe/Makefile b/pdp_freeframe/Makefile
index 7fa28dc..188e541 100644
--- a/pdp_freeframe/Makefile
+++ b/pdp_freeframe/Makefile
@@ -7,7 +7,7 @@ PDP_MOD = pdp_freeframe.o
# build basic image processing modules (derived from base class)
all: $(PDP_MOD)
- $(CC) --export_dynamic -shared -o pdp_freeframe.pd_linux *.o $(PDP_LIBS)
+ $(CC) -Wl,--export-dynamic -shared -o pdp_freeframe.pd_linux *.o $(PDP_LIBS)
clean:
rm -f *~