commit 67d394c2bacceb5cc1d9844cb700a9f6254c6be7 parent 1e3fa5c1507752853c3718680c4479334b29cd62 Author: Heikki Lindholm <holin@iki.fi> Date: Wed, 5 Nov 2008 06:37:00 +0000 fix Diffstat:
| M | src/main/Makefile.am | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/Makefile.am b/src/main/Makefile.am @@ -18,9 +18,9 @@ extract_LDADD = \ if !MINGW exportflag=-export-symbols-regex "EXTRACTOR_[a-zA-Z0-9_]*" - if !SOMEBSD +if !SOMEBSD dlflag=-ldl - endif +endif else winexportflag=-export-dynamic endif