X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-sharp%2FMakefile.am;h=80fd06e9a8ab657b26c8e461b8b266cfa99a14e9;hb=59d6820e1866dc65cfec7536f95906e186765016;hp=12947f04b13f2581d91f9045d22fcb3e8a84fff9;hpb=907792fc1795c8552fac295ae98fc34d23097f1c;p=catta diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am index 12947f0..80fd06e 100644 --- a/avahi-sharp/Makefile.am +++ b/avahi-sharp/Makefile.am @@ -19,16 +19,18 @@ ASSEMBLY = avahi-sharp.dll -CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb +CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).config AVAHISOURCES = \ $(srcdir)/AddressResolver.cs \ $(srcdir)/AssemblyInfo.cs \ + $(srcdir)/BrowserBase.cs \ $(srcdir)/Client.cs \ $(srcdir)/ClientException.cs \ $(srcdir)/DomainBrowser.cs \ $(srcdir)/EntryGroup.cs \ $(srcdir)/HostNameResolver.cs \ + $(srcdir)/ResolverBase.cs \ $(srcdir)/ServiceBrowser.cs \ $(srcdir)/ServiceResolver.cs \ $(srcdir)/ServiceTypeBrowser.cs \ @@ -38,17 +40,22 @@ EXTRA_DIST = \ $(AVAHISOURCES) \ $(srcdir)/AvahiTest.cs \ $(srcdir)/avahi.snk \ - $(srcdir)/avahi-sharp.dll.config \ + $(srcdir)/$(ASSEMBLY).config.in \ $(srcdir)/avahi-sharp-docs.source \ $(srcdir)/en/*.xml \ - $(srcdir)/en/*/*.xml - + $(srcdir)/en/*/*.xml \ + $(srcdir)/gencfg.sh $(ASSEMBLY): $(AVAHISOURCES) mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix + +$(ASSEMBLY).config: $(ASSEMBLY).config.in + $(srcdir)/gencfg.sh $(top_builddir)/avahi-client/libavahi-client.la \ + $(top_builddir)/avahi-common/libavahi-common.la < $< > $@ + if HAVE_MONO -all: $(ASSEMBLY) +all: $(ASSEMBLY) $(ASSEMBLY).config if HAVE_MONODOC update-docs: $(ASSEMBLY)