X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-sharp%2FMakefile.am;h=4ca3c11e958c34e942321a53e5efc8858d2e9b9e;hb=cd421d5d8d77df19863f6a79cd0c7c24a269afe5;hp=6f106677a4710fd7f4a2e853cd4f20a2b45264ce;hpb=1b1e2692e498d7bab5183c344887f83c0a94e4bb;p=catta diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am index 6f10667..4ca3c11 100644 --- a/avahi-sharp/Makefile.am +++ b/avahi-sharp/Makefile.am @@ -53,7 +53,8 @@ $(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 @@ -63,7 +64,9 @@ 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)