[libvirt] [PATCH v5 2/4] test event when builing without libvirtd

Wen Congyang wency at cn.fujitsu.com
Wed Jan 5 03:02:06 UTC 2011


Signed-off-by: Wen Congyang <wency at cn.fujitsu.com>

---
 tests/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 746cfa5..cc33d60 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -199,10 +199,8 @@ if WITH_SECDRIVER_APPARMOR
 TESTS += secaatest
 endif
 
-if WITH_LIBVIRTD
 check_PROGRAMS += eventtest
 TESTS += eventtest
-endif
 
 TESTS += networkxml2xmltest
 
@@ -400,11 +398,9 @@ virbuftest_SOURCES = \
 	virbuftest.c testutils.h testutils.c
 virbuftest_LDADD = $(LDADDS)
 
-if WITH_LIBVIRTD
 eventtest_SOURCES = \
 	eventtest.c testutils.h testutils.c
 eventtest_LDADD = -lrt $(LDADDS)
-endif
 
 if WITH_CIL
 CILOPTFLAGS =
-- 
1.7.1




More information about the libvir-list mailing list