]> xenbits.xensource.com Git - libvirt.git/commit
build: Link security manager into libvirt.so
authorJiri Denemark <jdenemar@redhat.com>
Thu, 2 Aug 2012 12:10:31 +0000 (14:10 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 2 Aug 2012 14:17:00 +0000 (16:17 +0200)
commit2f2ca021951905439fbb47ae02d0796837eb4f53
tree9b6ff8007ba67555115a990d3fe78f2d6b037f7f
parent7a054e99e22ffbca74b89f48ecbc296a940f56c3
build: Link security manager into libvirt.so

Security manager is not a dynamically loadable driver, it's a common
infrastructure similar to util, conf, cpu, etc. used by individual
drivers. Such code is allowed to be linked into libvirt.so.

This reverts commit ec5b7bd2ecbf40ceff5b2d4fc00d5cfdfba966a4 and most of
aae5cfb69948fddef556f8f5b9f80a444f9c6125.

This patch is supposed to fix virdrivermoduletest failures for qemu and
lxc drivers as well as libvirtd's ability to load qemu and lxc drivers.
daemon/Makefile.am
src/Makefile.am
src/libvirt_private.syms
tests/Makefile.am