summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-12-22 00:00:12 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-12-22 00:00:12 +0000
commit93cabcfaee6d0800463ebcc5077f47cc19673bf2 (patch)
tree9e1af712f06327204b6fd7d80b4fd8f3ade9e998
parent6b8a4b6323fc34089e90a3534b9ceaf468daa230 (diff)
* quick fix until a better "dynamic" solution is found
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1045 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-sharp/avahi-sharp.dll.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-sharp/avahi-sharp.dll.config.in b/avahi-sharp/avahi-sharp.dll.config.in
index 56c7bd4..adc6966 100644
--- a/avahi-sharp/avahi-sharp.dll.config.in
+++ b/avahi-sharp/avahi-sharp.dll.config.in
@@ -1,5 +1,5 @@
<configuration>
<dllmap dll="avahi-client" target="@CLIENT_DLNAME@"/>
<dllmap dll="avahi-common" target="@COMMON_DLNAME@"/>
- <dllmap dll="avahi-glib" target="libavahi-glib.so.0"/>
+ <dllmap dll="avahi-glib" target="libavahi-glib.so.1"/>
</configuration>