]> xenbits.xensource.com Git - libvirt.git/commit
tests: Link mock libraries against gnulib and gnulib only
authorAndrea Bolognani <abologna@redhat.com>
Thu, 11 Feb 2016 11:10:35 +0000 (12:10 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 11 Feb 2016 11:33:43 +0000 (12:33 +0100)
commit1ed0bdd8d0e41654c0ffb63dbc851f65a7b97ca8
treed56deeae5a0214c4c0fe62342e144399b64df779
parenta03cbfe0fb93bad72d27672a3a00509650038c1f
tests: Link mock libraries against gnulib and gnulib only

Mock libraries should not be linked against libvirt, but some of
them did - fix that.

On the other hand, not linking against gnulib can cause build
failures on mingw, so define a new $(MOCKLIBS_LIBS) variable and
use it everywhere.
tests/Makefile.am