]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: avoid link failure on Windows
authorEric Blake <eblake@redhat.com>
Wed, 2 May 2012 18:53:04 +0000 (12:53 -0600)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Jun 2012 21:03:58 +0000 (17:03 -0400)
commit41a307233888aecdf665d4de0bd05d71e2a0733a
tree55b51d00d5166839383d9229b5c99889d25ffd52
parent8f755aa2957a31bbf09ab9afea7063f13de40d7b
build: avoid link failure on Windows

We only know -lpthread exists on platforms where we build
threads-pthread.c; but when we build threads-win32.c, LIB_PTHREAD
is empty.

* tests/Makefile.am (shunloadtest_LDADD): Use correct library.
(cherry picked from commit 0ca336b32bed7e77e9e7cce6dd2b671b6c308c05)
tests/Makefile.am