]> git.ipfire.org Git - thirdparty/libvirt.git/commit
avoid link error in tests using libvirt_util; due to pthread_sigmask
authorJim Meyering <meyering@redhat.com>
Fri, 7 May 2010 14:23:44 +0000 (16:23 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 7 May 2010 14:55:42 +0000 (16:55 +0200)
commit0e9b3a269be9ce821615aba4aece87c4451d43ac
treeaa91d53a38b52f9025a71be2b2eb10037df450d2
parent34a7f3f6be9c63ac3d4c4604c1fb2482a4e5053b
avoid link error in tests using libvirt_util; due to pthread_sigmask

* src/Makefile.am (libvirt_util_la_LDFLAGS): Add $(LIB_PTHREAD),
required, now that we're using gnulib's pthread module.
src/Makefile.am