Use correct name for the DLL when generating the MSVC import library.
authorTor Lillqvist <tml@iki.fi>
Thu, 14 Mar 2002 20:46:44 +0000 (20:46 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 14 Mar 2002 20:46:44 +0000 (20:46 +0000)
2002-03-14  Tor Lillqvist  <tml@iki.fi>

* atk/Makefile.am: Use correct name for the DLL when generating
the MSVC import library.

ChangeLog
atk/Makefile.am

index 3b4c71b..955c608 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-14  Tor Lillqvist  <tml@iki.fi>
+
+       * atk/Makefile.am: Use correct name for the DLL when generating
+       the MSVC import library.
+
 2002-03-13  Bill Haneman <bill.haneman@sun.com>
 
        * atk/atkutil.c (atk_object_get_root):
index 846bdad..9d7ddc6 100644 (file)
@@ -169,7 +169,7 @@ s-enum-types-c: @REBUILD@ $(atk_headers) Makefile
 
 
 atk-$(ATK_API_VERSION).lib: libatk-$(ATK_API_VERSION).la atk.def
-       lib -name:libatk-@LT_CURRENT_MINUS_AGE@.dll -def:atk.def -out:$@
+       lib -name:libatk-$(ATK_API_VERSION)-@LT_CURRENT_MINUS_AGE@.dll -def:atk.def -out:$@
 
 install-data-local: install-ms-lib install-libtool-import-lib