summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-sharp/Makefile.am')
-rw-r--r--avahi-sharp/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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