]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: define CONFIG_TOOLS here
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jul 2019 10:24:29 +0000 (12:24 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 Aug 2019 14:29:56 +0000 (16:29 +0200)
commitc932ce3144d92b3032336d02b59e6a14be68098d
treea79ff6ec8afa0cfd4faa25ad5a5e71da51a34dbe
parent0814465ab8a1440a6587fd9b489d13ed63595166
configure: define CONFIG_TOOLS here

Defining CONFIG_TOOLS on the basis of $(TOOLS) has the disadvantage
of including it also if e.g. qemu-ga is requested.  The correct
information is available in configure, define it there.

This also has the benefit of not installing the manpages for block layer
tools if the only "tool" being built is the guest agent.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
configure