dbus/mono dbus-sharp.dll.config.in,1.1,1.2

Joe Shaw joe at freedesktop.org
Sat Mar 12 17:56:31 PST 2005


Update of /cvs/dbus/dbus/mono
In directory gabe:/tmp/cvs-serv11741/mono

Modified Files:
	dbus-sharp.dll.config.in 
Log Message:
2005-03-12  Joe Shaw  <joeshaw at novell.com>

	* mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
	LT_CURRENT.  Set it to the autoconf variable.

Index: dbus-sharp.dll.config.in
===================================================================
RCS file: /cvs/dbus/dbus/mono/dbus-sharp.dll.config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dbus-sharp.dll.config.in	15 May 2004 19:31:12 -0000	1.1
+++ dbus-sharp.dll.config.in	13 Mar 2005 01:56:29 -0000	1.2
@@ -1,4 +1,4 @@
 <configuration>
-  <dllmap dll="dbus-1" target="libdbus-1 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
-  <dllmap dll="dbus-glib-1" target="libdbus-glib-1 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
+  <dllmap dll="dbus-1" target="libdbus-1 at LIB_PREFIX@. at LT_CURRENT@@LIB_SUFFIX@"/>
+  <dllmap dll="dbus-glib-1" target="libdbus-glib-1 at LIB_PREFIX@. at LT_CURRENT@@LIB_SUFFIX@"/>
 </configuration>



More information about the dbus-commit mailing list