X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-discover-standalone%2FMakefile.am;h=e20797b724b13377cfd0a5b05d1ebf8ed5a44f94;hb=5622a8298f55b77a7bd202f6f2d7cd6d9a622eef;hp=2f3a4a11ad27c1c5a2155cb6cd218e7d536c640a;hpb=50be1d3adfb0d0c378b3464a99690441ab1e5f14;p=catta diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index 2f3a4a1..e20797b 100644 --- a/avahi-discover-standalone/Makefile.am +++ b/avahi-discover-standalone/Makefile.am @@ -17,9 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -AM_CFLAGS=\ - -I$(top_srcdir) \ - -DAVAHI_INTERFACES_DIR=\"$(interfacesdir)\" +AM_CFLAGS=-I$(top_srcdir) interfaces = \ avahi-discover.glade @@ -36,7 +34,8 @@ avahi_discover_standalone_SOURCES = \ avahi_discover_standalone_CFLAGS = \ $(AM_CFLAGS) \ - $(GLIB20_CFLAGS) $(GTK20_CFLAGS) $(GLADE20_CFLAGS) + $(GLIB20_CFLAGS) $(GTK20_CFLAGS) $(GLADE20_CFLAGS)\ + -DAVAHI_INTERFACES_DIR=\"$(interfacesdir)\" avahi_discover_standalone_LDADD = \ $(AM_LDADD) \ @@ -49,13 +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 interfaces_DATA = $(interfaces) -endif endif endif