summaryrefslogtreecommitdiffstats
path: root/mono
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 /mono
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.
Diffstat (limited to 'mono')
-rw-r--r--mono/dbus-sharp.dll.config.in4
1 files changed, 2 insertions, 2 deletions
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>