Fixed test suite linkage

This commit is contained in:
Daniel P. Berrange
2007-02-16 16:56:47 +00:00
parent 7c24fbb00c
commit 926950f3eb
2 changed files with 5 additions and 1 deletions

View 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 \