summaryrefslogtreecommitdiffstats
path: root/avahi-sharp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-19 12:33:00 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-19 12:33:00 +0000
commit1b1e2692e498d7bab5183c344887f83c0a94e4bb (patch)
tree69fe46fc4ddef77442c44d34c270acc4a1751ba7 /avahi-sharp
parent1bdaeafd441242366d6775f1ae4c38647e6f83ee (diff)
build pkg-config for compat layers only when the compat layers are enabled
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1012 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-sharp')
-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