]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Fix build issue with storagevolxml2xmltest
authorJohn Ferlan <jferlan@redhat.com>
Wed, 30 Jan 2019 14:29:37 +0000 (09:29 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 30 Jan 2019 15:35:07 +0000 (10:35 -0500)
commit406473990cd50dcc7c2514354d5eac9e11db73a2
tree5feebe7b0780b164eb6b03b82a8abb3a02af0344
parentab6ca812763b539e5380d8d6c4fa9da939125814
tests: Fix build issue with storagevolxml2xmltest

Commit 7a227688a caused a build failure on mingw. Following
other uses of including ../src/libvirt_driver_storage_impl.la
I moved to under the WITH_STORAGE conditional.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
tests/Makefile.am