[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH v2 1/5] make libvirt_driver_storage use pthread function
- From: Guannan Ren <gren redhat com>
- To: libvir-list redhat com
- Subject: [libvirt] [PATCH v2 1/5] make libvirt_driver_storage use pthread function
- Date: Sun, 17 Jul 2011 18:44:57 +0800
---
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 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]