]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nss: only link to yajl library and nothing else
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 31 Jul 2019 13:48:50 +0000 (14:48 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 7 Aug 2019 15:54:02 +0000 (16:54 +0100)
commit4ab46435f1dd3e2d8d2c5f58658e4d3b7e662fc2
tree6c176cce583c85c332d2a49b81dd2b69edb28792
parent8ee34c4ca8b911a3ac4818fc671a431b01b20719
nss: only link to yajl library and nothing else

Now that the code does not refer to any libvirt headers,
except internal.h macros, it does not need to link to
any libvirt code, nor gnulib either. The only thing it
needs is yajl.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
config-post.h
src/Makefile.am
src/util/virfile.c
tools/Makefile.am