2005-03-12 Joe Shaw <joeshaw@novell.com>
authorJoe Shaw <joeshaw@novell.com>
Sun, 13 Mar 2005 01:56:29 +0000 (01:56 +0000)
committerJoe Shaw <joeshaw@novell.com>
Sun, 13 Mar 2005 01:56:29 +0000 (01:56 +0000)
* mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
LT_CURRENT.  Set it to the autoconf variable.

ChangeLog
mono/dbus-sharp.dll.config.in

index 092b90a..1aeafeb 100644 (file)
--- 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
index d40afcd..2c6d570 100644 (file)
@@ -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>