]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fixed test suite linkage
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 16 Feb 2007 16:56:47 +0000 (16:56 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 16 Feb 2007 16:56:47 +0000 (16:56 +0000)
ChangeLog
tests/Makefile.am

index 1544186b9b5b4bd6067d4c6549d76ca939de14c0..f09ca92819d9940b9fe0a9385e567aeca3390f3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 16 11:56:24 EST 2007 Daniel P. Berrange <berrange@redhat.com>
+
+       * tests/Makefile.am: Fixed linkage of test suites
+
 Fri Feb 16 11:03:24 EST 2007 Daniel P. Berrange <berrange@redhat.com>
 
        * src/driver.h, src/proxy_internal.c, src/qemu_internal.c,
index 93e9a8f39e2a74e96c622a5efabce00872e00728..62cf4ac8e95cf802d9dcc31415928a8f11db7006 100644 (file)
@@ -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 \