]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: only create virt-login-shell for lxc builds
authorEric Blake <eblake@redhat.com>
Fri, 30 Aug 2013 19:58:59 +0000 (13:58 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 30 Aug 2013 20:00:56 +0000 (14:00 -0600)
commitb9189c808bdd7f7e7ee5da3b431d7130f74c8d91
tree1d3e393763d3abeb057b7852c13ef178d0ff5533
parentd962318c4f3f8f2b020b391dc8deadaf658e7acd
build: only create virt-login-shell for lxc builds

I noticed from an ./autobuild.sh run that we were installing a
virt-login-shell.exe binary when cross-building for mingw,
even though such a binary is necessarily worthless since the
code depends on lxc which is a Linux-only concept.

* tools/Makefile.am (conf_DATA, bin_PROGRAMS, dist_man1_MANS):
Make virt-login-shell installation conditional.

Signed-off-by: Eric Blake <eblake@redhat.com>
tools/Makefile.am