aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-02 19:03:49 +0000
committerJim Meyering <meyering@redhat.com>2009-03-02 19:03:49 +0000
commit0bfa7cbb291df542c91efeea8e8a5a56a7ee906b (patch)
tree0417d95f5a0ffa3034359415aeeab5f50187e236 /tests/Makefile.am
parenttests: test for a recent fix (diff)
downloadlibvirt-0bfa7cbb291df542c91efeea8e8a5a56a7ee906b.tar.gz
libvirt-0bfa7cbb291df542c91efeea8e8a5a56a7ee906b.tar.bz2
libvirt-0bfa7cbb291df542c91efeea8e8a5a56a7ee906b.zip
tests: fix an error that made us skip the daemon-conf test
* tests/Makefile.am (CONFIG_HEADER): Correct definition.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7479e03db..b40785fee 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -125,7 +125,7 @@ TESTS_ENVIRONMENT = \
abs_top_srcdir=`cd '$(top_srcdir)'; pwd` \
abs_builddir=`cd '$(builddir)'; pwd` \
abs_srcdir=`cd '$(srcdir)'; pwd` \
- CONFIG_HEADER='$(abs_top_builddir)/lib/config.h' \
+ CONFIG_HEADER='$(abs_top_builddir)/config.h' \
PATH="$(path_add)$(PATH_SEPARATOR)$$PATH" \
SHELL="$(SHELL)" \
LIBVIRT_DRIVER_DIR="$(abs_top_builddir)/src/.libs" \