]> xenbits.xensource.com Git - libvirt.git/commit
Check for private symbols presence as well
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 5 Oct 2012 12:57:36 +0000 (14:57 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 5 Oct 2012 13:04:56 +0000 (15:04 +0200)
commit5468594f4655d20674a9429a0671f6afa3538274
treecb9952de479980de9dd50b990160fd04dd474821
parenta9087ad16dc23fc57de16017e05e85e26cf9813d
Check for private symbols presence as well

Currently, we are checking if libvirt.so contains public symbols.
However, sometimes we rename an internal symbol and forget to
change libvirt_private.syms accordingly. Hence, it's safer to check
for internal symbols as well.
src/Makefile.am
src/check-symfile.pl