]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build-sys: fix build when daemon is disabled by not installing libvirtd.8
authorDiego Elio Pettenò <flameeyes@gmail.com>
Fri, 6 Aug 2010 01:17:37 +0000 (03:17 +0200)
committerEric Blake <eblake@redhat.com>
Fri, 6 Aug 2010 12:45:18 +0000 (06:45 -0600)
commite7e9456bb4cce02dda7749434fec431a37a437cf
tree3d5dc64df49fa02c0c3aa38cce6f25ad4bf2b2c5
parentbf3211c95a024998e92bfcf203dd8081f21d1368
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.
daemon/Makefile.am