From: James Willcox Date: Thu, 5 Jul 2007 15:31:51 +0000 (+0000) Subject: only build avahi-ui-sharp if we have gtk X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=0c8dbe5f8c994ff69a6dc77a27f47cd0719660b7;p=catta only build avahi-ui-sharp if we have gtk git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1492 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-ui-sharp/Makefile.am b/avahi-ui-sharp/Makefile.am index c5c14ee..6183f48 100644 --- a/avahi-ui-sharp/Makefile.am +++ b/avahi-ui-sharp/Makefile.am @@ -44,6 +44,7 @@ bssh.exe: $(srcdir)/bssh.cs $(ASSEMBLY) if HAVE_MONO if HAVE_DBUS +if HAVE_GTK all: $(ASSEMBLY) $(ASSEMBLY).config bssh.exe if HAVE_MONODOC @@ -68,3 +69,4 @@ uninstall-hook: $(ASSEMBLY) endif endif +endif