]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make libvirt.so include the RPC server code
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 30 Sep 2011 13:38:39 +0000 (14:38 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Oct 2011 10:11:52 +0000 (11:11 +0100)
commit22af84dc52b598635a5e1644c8bb33e610e59e5d
tree8f43b6c56ac10454eaffe45e5853bdb71dc9626d
parent1c3e0eabce7461b9991e5b2940bed38b1fdde58a
Make libvirt.so include the RPC server code

To avoid static linking libvirtd to the RPC server code, which
then prevents sane introduction of DTrace probes, put it all
in the libvirt.so, and export it

* daemon/Makefile.am: Don't link to RPC libraries
* src/Makefile.am: Link all RPC libraries to libvirt.so
* src/libvirt_private.syms: Export all RPC functions
daemon/Makefile.am
src/Makefile.am
src/libvirt_private.syms