summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xsrc/fontconfig.def.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0144669..c18acbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-17 Tor Lillqvist <tml@novell.com>
+
+ * src/fontconfig.def.in: Add the .dll to the dll name.
+
2005-03-10 Keith Packard <keithp@keithp.com>
* debian/README.Debian:
diff --git a/src/fontconfig.def.in b/src/fontconfig.def.in
index 510edbb..83dac95 100755
--- a/src/fontconfig.def.in
+++ b/src/fontconfig.def.in
@@ -159,5 +159,5 @@ EXPORTS
FcValueEqual
FcValuePrint
FcValueSave
-LIBRARY libfontconfig-@LT_CURRENT_MINUS_AGE@
+LIBRARY libfontconfig-@LT_CURRENT_MINUS_AGE@.dll
VERSION @LT_CURRENT@.@LT_REVISION@