]> git.meshlink.io Git - catta/blobdiff - avahi-discover-standalone/Makefile.am
Add missing INTLTOOL_DESKTOP_RULE
[catta] / avahi-discover-standalone / Makefile.am
index bbf1895bf1340f1ee733f15986e40d31ad7ed3c8..ca007be22d959d70e65d79af0e338a7bf5f3b0df 100644 (file)
@@ -26,6 +26,7 @@ interfaces = \
 AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
 
 if HAVE_GTK
+if  HAVE_GLIB
 bin_PROGRAMS = \
        avahi-discover-standalone
 
@@ -46,14 +47,13 @@ avahi_discover_standalone_LDADD = \
 
 interfaces_DATA = $(interfaces)
 
+endif  # HAVE_GLIB
 else 
 
-if HAVE_PYTHON 
-if HAVE_DBUS
+if HAVE_PYTHON_DBUS
 
 interfaces_DATA = $(interfaces)
 
-endif
 endif
 endif