]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: link libvirt_conf with libxml
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 1 Jul 2014 15:09:48 +0000 (17:09 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 1 Jul 2014 15:24:27 +0000 (17:24 +0200)
commitfb62d31151db3cda9bf5548db190966fa21db641
tree58ca8cca7d24bbe279ce6b2bf012fe8c5afd1cd8
parent7315189ec063e7bae5c58a469991827b47d9a333
build: link libvirt_conf with libxml

Since there is code using functions from the libxml library,
libvirt_conf should have that in LIBADD so it can be linked against
even without libvirt_util (which usually deals with the error itself,
since libvirt_util has libxml in LIBADD).  The same applies to
storage_backend.c.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/Makefile.am