summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2005-03-13 01:56:29 +0000
committerJoe Shaw <joeshaw@novell.com>2005-03-13 01:56:29 +0000
commit727073e691c6417a874f00a58f2d3ad08c905eed (patch)
tree6fb3bbd7366c6238f1ce6cb5678b9a005704ab8f
parent7857193391cb77ffc7a8d107a87d24f0cf4be337 (diff)
2005-03-12 Joe Shaw <joeshaw@novell.com>
* mono/dbus-sharp.dll.config.in: Don't hardcode 0 for LT_CURRENT. Set it to the autoconf variable.
-rw-r--r--ChangeLog3
-rw-r--r--mono/dbus-sharp.dll.config.in4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 092b90a9..1aeafebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2005-03-12 Joe Shaw <joeshaw@novell.com>
+
+ * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
+ LT_CURRENT. Set it to the autoconf variable.
* mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
classes that disconnects the signal handler delegate from the
diff --git a/mono/dbus-sharp.dll.config.in b/mono/dbus-sharp.dll.config.in
index d40afcda..2c6d570d 100644
--- a/mono/dbus-sharp.dll.config.in
+++ b/mono/dbus-sharp.dll.config.in
@@ -1,4 +1,4 @@
<configuration>
- <dllmap dll="dbus-1" target="libdbus-1@LIB_PREFIX@.0@LIB_SUFFIX@"/>
- <dllmap dll="dbus-glib-1" target="libdbus-glib-1@LIB_PREFIX@.0@LIB_SUFFIX@"/>
+ <dllmap dll="dbus-1" target="libdbus-1@LIB_PREFIX@.@LT_CURRENT@@LIB_SUFFIX@"/>
+ <dllmap dll="dbus-glib-1" target="libdbus-glib-1@LIB_PREFIX@.@LT_CURRENT@@LIB_SUFFIX@"/>
</configuration>