]> git.ipfire.org Git - thirdparty/libvirt.git/commit
The secret driver is stateful, link it directly to libvirtd
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 22 Dec 2009 13:50:50 +0000 (14:50 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 23 Dec 2009 14:01:09 +0000 (15:01 +0100)
commita26d2628c0faff8cc3ef9607ddb839b18bb661e0
tree0e38e227b0f3ad39744b0449de82cb7af964612f
parentf7e5ca90e620d97c405afe104e46346c3ce7c764
The secret driver is stateful, link it directly to libvirtd

All other stateful drivers are linked directly to libvirtd
instead of libvirt.so. Link the secret driver to libvirtd too.

* daemon/Makefile.am: link the secret driver to libvirtd
* daemon/libvirtd.c: add #ifdef WITH_SECRETS blocks
* src/Makefile.am: don't link the secret driver to libvirt.so
* src/libvirt_private.syms: remove the secretRegister symbol
daemon/Makefile.am
daemon/libvirtd.c
src/Makefile.am
src/libvirt_private.syms