X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-discover-standalone%2FMakefile.am;h=e20797b724b13377cfd0a5b05d1ebf8ed5a44f94;hb=834cc833bb7bb608f778c32a1f3b5bee2f09f7c0;hp=021026220825b07aca818875d190bcff13a2e6fb;hpb=4c14eb800d1d39c40c28be8f6225314cfd513abe;p=catta diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index 0210262..e20797b 100644 --- a/avahi-discover-standalone/Makefile.am +++ b/avahi-discover-standalone/Makefile.am @@ -26,9 +26,6 @@ interfaces = \ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' if HAVE_GTK - -interfacesdir=${datadir}/${PACKAGE}/interfaces/ - bin_PROGRAMS = \ avahi-discover-standalone @@ -51,14 +48,10 @@ interfaces_DATA = $(interfaces) 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