diff options
author | Ed Kelly <edkelly@users.sourceforge.net> | 2009-05-09 18:57:33 +0000 |
---|---|---|
committer | Ed Kelly <edkelly@users.sourceforge.net> | 2009-05-09 18:57:33 +0000 |
commit | 90f8456eef2c88807c8fd8a3be376fd41c6ee6bb (patch) | |
tree | 54875f0d76ff0b7dbe4dd5bee842caa2a6ef117d /pdp_frei0r/Makefile | |
parent | 5817ef3ca7168edcaea018eda0708ccf5256b739 (diff) |
New weightonset external
svn path=/trunk/externals/pdvjtools/; revision=11309
Diffstat (limited to 'pdp_frei0r/Makefile')
-rw-r--r-- | pdp_frei0r/Makefile | 2 |
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 *~ |