X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-sharp%2FMakefile.am;h=524f39d788251268a89e452b88429df58076b937;hb=0da62a499e177d194cb8622e3cd1dd9d6bc170e8;hp=778f8826b923aec5e69a3f89eba0f994b47b079f;hpb=84a9392791c574c56ca148157b8b951851208398;p=catta diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am index 778f882..524f39d 100644 --- a/avahi-sharp/Makefile.am +++ b/avahi-sharp/Makefile.am @@ -56,13 +56,14 @@ $(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 update-docs: $(ASSEMBLY) $(MONODOCER) -assembly:$(ASSEMBLY) -path:en -avahi-sharp-docs.zip: $(srcdir)/en/*/* +avahi-sharp-docs.zip avahi-sharp-docs.tree: $(srcdir)/en/*/* $(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en docdir = $(MONODOC_DIR) @@ -75,4 +76,6 @@ install-data-hook: $(ASSEMBLY) uninstall-hook: $(ASSEMBLY) $(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) + +endif endif