aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2010-08-06 03:36:36 +0200
committerDiego Elio Pettenò <flameeyes@gmail.com>2010-08-06 03:36:36 +0200
commite53c0cf1d8c34aa33b88216d83a018e7b8faa1c0 (patch)
treee036f2074240a8f103cefe08ff0f8c0b45e57ab4
parentDo not use boot=on on IDE device (diff)
downloadlibvirt-e53c0cf1d8c34aa33b88216d83a018e7b8faa1c0.tar.gz
libvirt-e53c0cf1d8c34aa33b88216d83a018e7b8faa1c0.tar.bz2
libvirt-e53c0cf1d8c34aa33b88216d83a018e7b8faa1c0.zip
build-sys: fix build when daemon is disabled by not installingv0.8.3-gentoo-2
libvirtd.8 Since the rule to build libvirtd.8 is within the WITH_LIBVIRTD conditional, so declare the man page in there as well. Without this change, build without daemon will fail.
-rw-r--r--daemon/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 963d64f00..dbf0ac3e3 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -41,12 +41,12 @@ EXTRA_DIST = \
$(AVAHI_SOURCES) \
$(DAEMON_SOURCES)
-man_MANS = libvirtd.8
-
BUILT_SOURCES =
if WITH_LIBVIRTD
+man_MANS = libvirtd.8
+
sbin_PROGRAMS = libvirtd
confdir = $(sysconfdir)/libvirt/