From 788c921143004a2fdbf3abcba1a59f1693e2e07d Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 23 Aug 2005 20:35:26 +0000 Subject: * Re-indent configure.ac to four spaces * Make all python programs that use DBUS only install if compiling with DBUS support (avahi-utils/Makefile.am, man/Makefile.am) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@431 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-utils/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'avahi-utils/Makefile.am') diff --git a/avahi-utils/Makefile.am b/avahi-utils/Makefile.am index 43147b7..edbd2cb 100644 --- a/avahi-utils/Makefile.am +++ b/avahi-utils/Makefile.am @@ -36,9 +36,9 @@ EXTRA_DIST = \ avahi-resolve-address.in \ avahi-discover.desktop.in -SUBDIRS=avahi - if HAVE_PYTHON +if HAVE_DBUS +SUBDIRS=avahi desktopdir = $(datadir)/applications desktop_DATA = avahi-discover.desktop @@ -81,3 +81,4 @@ avahi-resolve-address: avahi-resolve-address.in CLEANFILES = $(pythonscripts) $(desktop_DATA) endif +endif -- cgit