]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
guest agent: remove uneeded dependencies
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 11 Aug 2011 20:38:12 +0000 (15:38 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Sun, 21 Aug 2011 23:27:34 +0000 (18:27 -0500)
commit957f1f99f263d57612807a9535f75ca4473f05f0
tree690afd824f787dc8a56a79b85bca406e52b0e606
parent8f4774789947bc4bc4c8d026a289fe980d3d2ee1
guest agent: remove uneeded dependencies

This patch tries to cull any uneeded library dependencies from the guest
agent to improve portability across various distros. We do so by being
as explicit as possible about in-tree dependencies rather than relying
on existing *-obj-y targets, and by manually setting LIBS for the
qemu-ga target to avoid pulling in LIBS_TOOLS libraries discovered by
configure.

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
Makefile.objs
configure