]> git.meshlink.io Git - catta/commitdiff
only build avahi-ui-sharp if we have gtk
authorJames Willcox <snopr@snorp.net>
Thu, 5 Jul 2007 15:31:51 +0000 (15:31 +0000)
committerJames Willcox <snopr@snorp.net>
Thu, 5 Jul 2007 15:31:51 +0000 (15:31 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1492 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-ui-sharp/Makefile.am

index c5c14ee3c4620d315311bcb0cd688b3315af5e30..6183f489e29281c032b55a8a33939c740b288fb2 100644 (file)
@@ -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