summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-03-14 20:46:44 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-03-14 20:46:44 +0000
commit6778bec5d411f1e3fd711e7e264b07bee4588621 (patch)
tree2c35d8cdefb989070acfde5609b401196c06024c
parentcc01653664e22f80535b41a623b9b545614b6d6b (diff)
downloadatk-6778bec5d411f1e3fd711e7e264b07bee4588621.tar.gz
Use correct name for the DLL when generating the MSVC import library.
2002-03-14 Tor Lillqvist <tml@iki.fi> * atk/Makefile.am: Use correct name for the DLL when generating the MSVC import library.
-rw-r--r--ChangeLog5
-rw-r--r--atk/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b4c71b..955c608 100644
--- 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):
diff --git a/atk/Makefile.am b/atk/Makefile.am
index 846bdad..9d7ddc6 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -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