summaryrefslogtreecommitdiff
path: root/gthread/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-10-22 22:14:26 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-10-22 22:14:26 +0000
commit20af1ed3095e570c3aa8413f9c0d8f1ce4a554d6 (patch)
tree734439cc0757068280a81f171d0ff136259d7edb /gthread/ChangeLog
parentd3cbb4888eea60bed024a575184a0ac6c5061dea (diff)
If we have built the MSVC import library, install it. Install the gcc
2001-10-23 Tor Lillqvist <tml@iki.fi> * {glib,gmodule,gobject,gthread}/Makefile.am: (Win32): If we have built the MSVC import library, install it. Install the gcc import library. Also support uninstall.
Diffstat (limited to 'gthread/ChangeLog')
-rw-r--r--gthread/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gthread/ChangeLog b/gthread/ChangeLog
index 6ca265f45..5d853523b 100644
--- a/gthread/ChangeLog
+++ b/gthread/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-23 Tor Lillqvist <tml@iki.fi>
+
+ * Makefile.am: (Win32): If we have built the MSVC import library,
+ install it. Install the gcc import library. Also support
+ uninstall.
+
2001-09-28 Tor Lillqvist <tml@iki.fi>
* gthread-win32.c: Use an extra level of indirection for GMutex.