diff options
author | Jiri Denemark <jdenemar@redhat.com> | 2012-08-02 14:10:31 +0200 |
---|---|---|
committer | Jiri Denemark <jdenemar@redhat.com> | 2012-08-02 16:17:00 +0200 |
commit | 2f2ca021951905439fbb47ae02d0796837eb4f53 (patch) | |
tree | 9b6ff8007ba67555115a990d3fe78f2d6b037f7f /daemon | |
parent | Avoid clash of base64 symbols (diff) | |
download | libvirt-2f2ca021951905439fbb47ae02d0796837eb4f53.tar.gz libvirt-2f2ca021951905439fbb47ae02d0796837eb4f53.tar.bz2 libvirt-2f2ca021951905439fbb47ae02d0796837eb4f53.zip |
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.
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index b8ecbef87..928aeaf47 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -164,7 +164,6 @@ endif if WITH_NWFILTER libvirtd_LDADD += ../src/libvirt_driver_nwfilter.la endif -libvirtd_LDADD += ../src/libvirt_driver_security.la endif libvirtd_LDADD += ../src/libvirt.la |