summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Willcox <snopr@snorp.net>2005-09-09 21:16:14 +0000
committerJames Willcox <snopr@snorp.net>2005-09-09 21:16:14 +0000
commit678713701bd0e1f991f7522242990840d0529e87 (patch)
treeaaed39e884324199985c258a6bf280d360d22495
parent79ae5a976987130b9b6eb4920e2656d8ef4fe37c (diff)
add a mapping file
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@552 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-sharp/Makefile.am2
-rw-r--r--avahi-sharp/avahi-sharp.dll.config5
2 files changed, 6 insertions, 1 deletions
diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am
index 1fee242..070b29c 100644
--- a/avahi-sharp/Makefile.am
+++ b/avahi-sharp/Makefile.am
@@ -20,7 +20,7 @@
ASSEMBLY = avahi-sharp.dll
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
-EXTRA_DIST = $(AVAHISOURCES) avahi.snk
+EXTRA_DIST = $(AVAHISOURCES) avahi.snk avahi-sharp.dll.config
AVAHISOURCES = \
$(srcdir)/AssemblyInfo.cs \
diff --git a/avahi-sharp/avahi-sharp.dll.config b/avahi-sharp/avahi-sharp.dll.config
new file mode 100644
index 0000000..bbd1b3e
--- /dev/null
+++ b/avahi-sharp/avahi-sharp.dll.config
@@ -0,0 +1,5 @@
+<configuration>
+ <dllmap dll="avahi-client" target="libavahi-client.so.1"/>
+ <dllmap dll="avahi-common" target="libavahi-common.so.0"/>
+ <dllmap dll="avahi-glib" target="libavahi-glib.so.0"/>
+</configuration>