mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
Fixed test suite linkage
This commit is contained in:
parent
7c24fbb00c
commit
926950f3eb
@ -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,
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user