summaryrefslogtreecommitdiffstats
path: root/avahi-utils
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-23 20:35:26 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-23 20:35:26 +0000
commit788c921143004a2fdbf3abcba1a59f1693e2e07d (patch)
tree970c3e425373bc374031d96115d8a3963f76cf30 /avahi-utils
parent4f879ea3c946e9676228b51e6f04944bf9c70137 (diff)
* 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
Diffstat (limited to 'avahi-utils')
-rw-r--r--avahi-utils/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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