]> git.wh0rd.org - fontconfig.git/commitdiff
Use libtool -no-undefined flag on all platforms.
authorPatrick Lam <plam@MIT.EDU>
Wed, 5 Oct 2005 21:12:57 +0000 (21:12 +0000)
committerPatrick Lam <plam@MIT.EDU>
Wed, 5 Oct 2005 21:12:57 +0000 (21:12 +0000)
reviewed by: plam & keithp

ChangeLog
src/Makefile.am

index e5b22b9cae8efe57cfc635a8edf89ef9fc7847d4..0c3215fe327215252828206c9fa063be271ea663 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-05  Christian Biesinger  <cbiesinger@web.de>
+        reviewed by: plam & keithp
+
+        * src/Makefile.am:
+
+        Use libtool -no-undefined flag on all platforms.
+
 2005-10-05  Simos Xenitellis  <simos74@gmx.net>
        reviewed by: plam & keithp
 
index 1891c3c900a779d34b2ddf1db39c2c47b34bbfcd..c1719e000169af5a5fc8624163e3b8956c355127 100644 (file)
@@ -23,7 +23,6 @@
 
 if OS_WIN32
 
-no_undefined = -no-undefined
 export_symbols = -export-symbols fontconfig.def
 
 # gcc import library install/uninstall
@@ -100,7 +99,7 @@ libfontconfig_la_SOURCES = \
 lib_LTLIBRARIES = libfontconfig.la
 
 libfontconfig_la_LDFLAGS =                     \
-       -version-info @LT_VERSION_INFO@ $(no_undefined) $(export_symbols)
+       -version-info @LT_VERSION_INFO@ -no-undefined $(export_symbols)
 
 libfontconfig_la_LIBADD = $(FREETYPE_LIBS) $(EXPAT_LIBS)