From 926950f3eb9d7a8eeadb4c74d2d07bfdd375b5bf Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 16 Feb 2007 16:56:47 +0000 Subject: [PATCH] Fixed test suite linkage --- ChangeLog | 4 ++++ tests/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1544186b9b..f09ca92819 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 16 11:56:24 EST 2007 Daniel P. Berrange + + * tests/Makefile.am: Fixed linkage of test suites + Fri Feb 16 11:03:24 EST 2007 Daniel P. Berrange * src/driver.h, src/proxy_internal.c, src/qemu_internal.c, diff --git a/tests/Makefile.am b/tests/Makefile.am index 93e9a8f39e..62cf4ac8e9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = virshdata confdata sexpr2xmldata xml2sexprdata xmconfigdata # to the libvirt.a file. This ensures that when coverage # tests are run, all the output data ends up in the correct # location. ie, src/ instead of src/.libs. -LIBVIRT = $(wildcard $(top_builddir)/src/.libs/*.o) +LIBVIRT = $(wildcard $(top_builddir)/src/.libs/libvirt_la-*.o) INCLUDES = \ -I$(top_builddir)/include \