X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-discover-standalone%2FMakefile.am;h=ca007be22d959d70e65d79af0e338a7bf5f3b0df;hb=750305f2323c41b60ffa2d1333210d5114e556f8;hp=18fbdde6aa2374a5873f0af261a12bbed0cd27c0;hpb=ceb0e9416ca364fc7b6c5b9e3267e07dd1e80718;p=catta diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index 18fbdde..ca007be 100644 --- a/avahi-discover-standalone/Makefile.am +++ b/avahi-discover-standalone/Makefile.am @@ -26,8 +26,7 @@ interfaces = \ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' if HAVE_GTK - - +if HAVE_GLIB bin_PROGRAMS = \ avahi-discover-standalone @@ -46,19 +45,15 @@ avahi_discover_standalone_LDADD = \ ../avahi-core/libavahi-core.la \ $(GLIB20_LIBS) $(GTK20_LIBS) $(GLADE20_LIBS) -interfacesdir=${datadir}/${PACKAGE}/interfaces/ interfaces_DATA = $(interfaces) +endif # HAVE_GLIB else -if HAVE_PYTHON -if HAVE_DBUS +if HAVE_PYTHON_DBUS -# We need this for the python version of avahi-discover -interfacesdir=${datadir}/${PACKAGE}/interfaces/ interfaces_DATA = $(interfaces) -endif endif endif