X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-sharp%2FMakefile.am;h=6f106677a4710fd7f4a2e853cd4f20a2b45264ce;hb=1b1e2692e498d7bab5183c344887f83c0a94e4bb;hp=80fd06e9a8ab657b26c8e461b8b266cfa99a14e9;hpb=6d952319b1a15b439150e7f5911b12e7fc204b69;p=catta diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am index 80fd06e..6f10667 100644 --- a/avahi-sharp/Makefile.am +++ b/avahi-sharp/Makefile.am @@ -30,6 +30,7 @@ AVAHISOURCES = \ $(srcdir)/DomainBrowser.cs \ $(srcdir)/EntryGroup.cs \ $(srcdir)/HostNameResolver.cs \ + $(srcdir)/RecordBrowser.cs \ $(srcdir)/ResolverBase.cs \ $(srcdir)/ServiceBrowser.cs \ $(srcdir)/ServiceResolver.cs \ @@ -55,6 +56,7 @@ $(ASSEMBLY).config: $(ASSEMBLY).config.in $(top_builddir)/avahi-common/libavahi-common.la < $< > $@ if HAVE_MONO +if HAVE_DBUS all: $(ASSEMBLY) $(ASSEMBLY).config if HAVE_MONODOC @@ -74,4 +76,6 @@ install-data-hook: $(ASSEMBLY) uninstall-hook: $(ASSEMBLY) $(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) + +endif endif