• M
    Check for private symbols presence as well · 5468594f
    Michal Privoznik 提交于
    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.
    5468594f
Makefile.am 57.2 KB