]> xenbits.xensource.com Git - libvirt.git/commit
libvirt-admin: Generate symbols file
authorGuido Günther <agx@sigxcpu.org>
Wed, 19 Aug 2015 08:38:31 +0000 (10:38 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 20 Aug 2015 08:19:27 +0000 (10:19 +0200)
commita2c5d16a70a6161449c687be74db2813b362cf5e
tree79f23c275cd9cc25fdcb057954c1220f3945642f
parent6d71d548125bac8b445dee0734c706b7cc22cd11
libvirt-admin: Generate symbols file

Since we're linking this into libvirtd we need some symbols to be public
but not part of the public API so mark them as
LIBVIRT_ADMIN_PRIVATE_<VERSION> as we do with libvirt.

Making all other symbols local makes sure we don't accidentally leak
unwanted ones.
configure.ac
src/Makefile.am
src/libvirt_admin.syms [deleted file]
src/libvirt_admin_private.syms [new file with mode: 0644]
src/libvirt_admin_public.syms [new file with mode: 0644]