diff options
author | Tor Lillqvist <tml@iki.fi> | 2005-03-17 08:57:11 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2005-03-17 08:57:11 +0000 |
commit | 156032744ee08a5d6a60e1bc1c2e0fc3702567d7 (patch) | |
tree | ed156352e82fb3abda842e9e66245d8ff2c44e8d | |
parent | 5f347d9cd50069a50174cc243acab64ee4e537a9 (diff) |
Add the .dll to the dll name.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | src/fontconfig.def.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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@ |