From: Diego Elio Pettenò Date: Fri, 6 Aug 2010 01:17:37 +0000 (+0200) Subject: build-sys: fix build when daemon is disabled by not installing libvirtd.8 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e7e9456bb4cce02dda7749434fec431a37a437cf;p=libvirt.git build-sys: fix build when daemon is disabled by not installing 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. --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 963d64f00d..dbf0ac3e38 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/