summaryrefslogtreecommitdiffstats
path: root/avahi-ui
diff options
context:
space:
mode:
authorTed Percival <ted@tedp.net>2008-04-20 04:23:59 +0000
committerTed Percival <ted@tedp.net>2008-04-20 04:23:59 +0000
commit34ae7e9a1a51ea57b06fb88573c0c44c4c32d9b6 (patch)
tree50bba97b3f8bda217041ccd4c056a00fd3b57318 /avahi-ui
parent15e98a4bc62489a716716276fb621ea786ec4888 (diff)
Fix build with --disable-glib
Disables avahi-discover-standalone and avahi-ui (bssh & bvnc) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1777 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-ui')
-rw-r--r--avahi-ui/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-ui/Makefile.am b/avahi-ui/Makefile.am
index 0fd232f..2b7a527 100644
--- a/avahi-ui/Makefile.am
+++ b/avahi-ui/Makefile.am
@@ -30,6 +30,7 @@ EXTRA_DIST = bssh.desktop.in bvnc.desktop.in
if HAVE_GTK
if HAVE_DBUS
+if HAVE_GLIB
avahiincludedir=$(includedir)/avahi-ui
@@ -75,6 +76,7 @@ bssh.desktop: bssh.desktop.in
bvnc.desktop: bvnc.desktop.in
sed -e 's,@bindir\@,$(bindir),g' $< > $@
+endif # HAVE_GLIB
endif
endif