X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=avahi-discover-standalone%2FMakefile.am;h=542aeae6f87ffc95ea238c7b92be197d4d580789;hb=383d0aab1104dbb6b1a86f18f78035aef9810f0c;hp=e20797b724b13377cfd0a5b05d1ebf8ed5a44f94;hpb=d1d20bb7d1a2ea19e1f62db47ec73baf8300efb8;p=catta diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index e20797b..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,11 +47,12 @@ avahi_discover_standalone_LDADD = \ interfaces_DATA = $(interfaces) +endif # HAVE_GLIB else if HAVE_PYTHON_DBUS -interfaces_DATA = $(interfaces) +interfaces_DATA = endif endif