X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-discover-standalone%2FMakefile.am;h=542aeae6f87ffc95ea238c7b92be197d4d580789;hb=81c60ecd26cd74fa7576b0331fe3edc3214e1b02;hp=bbf1895bf1340f1ee733f15986e40d31ad7ed3c8;hpb=b70de951352c60e6203648253cdbdda2bc93c136;p=catta diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index bbf1895..542aeae 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,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) +interfaces_DATA = -endif endif endif