[libvirt] [PATCH v2 1/5] make libvirt_driver_storage use pthread function

Guannan Ren gren at redhat.com
Sun Jul 17 10:44:57 UTC 2011


---
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 54b1ca0..90c4393 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -878,7 +878,7 @@ libvirt_driver_storage_la_SOURCES =
 libvirt_driver_storage_la_CFLAGS = \
 		-I at top_srcdir@/src/conf $(AM_CFLAGS)
 libvirt_driver_storage_la_LDFLAGS = $(AM_LDFLAGS)
-libvirt_driver_storage_la_LIBADD =
+libvirt_driver_storage_la_LIBADD = libvirt_util.la
 if WITH_SECDRIVER_SELINUX
 libvirt_driver_storage_la_LIBADD += $(SELINUX_LIBS)
 endif
-- 
1.7.1




More information about the libvir-list mailing list