mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 03:10:06 +01:00
* mono/dbus-sharp.dll.config.in: Don't hardcode 0 for LT_CURRENT. Set it to the autoconf variable.
4 lines
205 B
Text
4 lines
205 B
Text
<configuration>
|
|
<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>
|