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 --- man/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index d253ddb..0271e7d 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -28,6 +28,7 @@ man_MANS = \ avahi.service.5 if HAVE_PYTHON +if HAVE_DBUS man_MANS += \ avahi-browse.1 \ @@ -39,6 +40,7 @@ man_MANS += \ avahi-bookmarks.1 endif +endif noinst_DATA = \ avahi-browse.1.xml \ -- cgit