X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-discover-standalone%2FMakefile.am;h=5b93c42dc5d4794d02e3eba6e55e04decd9194f2;hb=b30495599b156ac933d091bb0cc1ed669c7887b5;hp=7145e0f7ba6723ff7bddae49fbd940f5c5de957a;hpb=f1167112d926b189fe189599576e8588923f036c;p=catta diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index 7145e0f..5b93c42 100644 --- a/avahi-discover-standalone/Makefile.am +++ b/avahi-discover-standalone/Makefile.am @@ -42,12 +42,23 @@ avahi_discover_standalone_LDADD = \ ../avahi-core/libavahi-core.la \ $(GLIB20_LIBS) $(GTK20_LIBS) $(GLADE20_LIBS) -interfaces = \ - avahi-discover.glade +interfaces_DATA = $(interfaces) + +else +if HAVE_PYTHON +if HAVE_DBUS + +# We need this for the python version of avahi-discover interfaces_DATA = $(interfaces) +endif +endif +endif + +interfaces = \ + avahi-discover.glade + EXTRA_DIST = \ $(interfaces) \ avahi-discover.gladep -endif