summaryrefslogtreecommitdiffstats
path: root/avahi-discover-standalone
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-discover-standalone
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-discover-standalone')
-rw-r--r--avahi-discover-standalone/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am
index e20797b..ca007be 100644
--- a/avahi-discover-standalone/Makefile.am
+++ b/avahi-discover-standalone/Makefile.am
@@ -26,6 +26,7 @@ interfaces = \
AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
if HAVE_GTK
+if HAVE_GLIB
bin_PROGRAMS = \
avahi-discover-standalone
@@ -46,6 +47,7 @@ avahi_discover_standalone_LDADD = \
interfaces_DATA = $(interfaces)
+endif # HAVE_GLIB
else
if HAVE_PYTHON_DBUS