X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-sharp%2FMakefile.am;h=6f106677a4710fd7f4a2e853cd4f20a2b45264ce;hb=1b1e2692e498d7bab5183c344887f83c0a94e4bb;hp=778f8826b923aec5e69a3f89eba0f994b47b079f;hpb=1bdaeafd441242366d6775f1ae4c38647e6f83ee;p=catta diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am index 778f882..6f10667 100644 --- a/avahi-sharp/Makefile.am +++ b/avahi-sharp/Makefile.am @@ -56,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 @@ -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