]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nss: don't try to build nss plugin when disabled
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sat, 19 Mar 2016 16:56:02 +0000 (19:56 +0300)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 20 Mar 2016 15:44:35 +0000 (18:44 +0300)
commitae33a7b3369e4fe71000ea5f87ad64fe990619ec
tree98ca19be335eb17815a95081e8d21faa0a498fef
parentc770472c481e4737bcf4058183d6d2eab17058b9
nss: don't try to build nss plugin when disabled

Even if nss is disabled, the build system tries to build some
targets like libnss_libvirt_impl.la and nsstest. Hide those
under the "if WITH_NSS" block like the rest of NSS plugin bits.
tests/Makefile.am
tools/Makefile.am