]> git.meshlink.io Git - catta/blobdiff - avahi-sharp/Makefile.am
l10n: Updated Italian (it) translation to 100%
[catta] / avahi-sharp / Makefile.am
index 778f8826b923aec5e69a3f89eba0f994b47b079f..43ab428574629f2cb5dac5a7f48830790e1ee3c6 100644 (file)
@@ -53,20 +53,24 @@ $(ASSEMBLY): $(AVAHISOURCES)
 
 $(ASSEMBLY).config: $(ASSEMBLY).config.in
        $(srcdir)/gencfg.sh $(top_builddir)/avahi-client/libavahi-client.la \
-               $(top_builddir)/avahi-common/libavahi-common.la < $< > $@
+               $(top_builddir)/avahi-common/libavahi-common.la \
+               $(top_builddir)/avahi-glib/libavahi-glib.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
+
+avahi-sharp-docs.tree: $(srcdir)/en/*/*
        $(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en
 
-docdir = $(MONODOC_DIR)
-doc_DATA = avahi-sharp-docs.zip avahi-sharp-docs.tree avahi-sharp-docs.source
+monodocdir = $(MONODOC_DIR)
+monodoc_DATA = avahi-sharp-docs.zip avahi-sharp-docs.tree avahi-sharp-docs.source
 
 endif
 
@@ -75,4 +79,6 @@ install-data-hook: $(ASSEMBLY)
 
 uninstall-hook: $(ASSEMBLY)
        $(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
+
+endif
 endif