]> xenbits.xensource.com Git - 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)
committerEric Blake <eblake@redhat.com>
Mon, 7 May 2012 22:11:28 +0000 (16:11 -0600)
commit0ca336b32bed7e77e9e7cce6dd2b671b6c308c05
tree859a2daf7f8d90d7abae8ed324640ec23b8c3d4f
parentc6694ab85c207e51c6f39cd958c4323b636d8d8d
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.
tests/Makefile.am