From 1b1e2692e498d7bab5183c344887f83c0a94e4bb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 19 Nov 2005 12:33:00 +0000 Subject: 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 --- avahi-sharp/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'avahi-sharp') 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 -- cgit