mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-05 11:20:35 +02:00
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.
This commit is contained in:
parent
7857193391
commit
727073e691
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue