]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: fix an error that made us skip the daemon-conf test
authorJim Meyering <meyering@redhat.com>
Mon, 2 Mar 2009 19:03:49 +0000 (19:03 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 2 Mar 2009 19:03:49 +0000 (19:03 +0000)
* tests/Makefile.am (CONFIG_HEADER): Correct definition.

ChangeLog
tests/Makefile.am

index cd91d72292eb45afb9a5ff32fd689f34f930aeab..6f0f7ed86023d00cd535a12731755cc3910898a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 2 20:01:55 +0100 2009 Jim Meyering <meyering@redhat.com>
+
+       tests: fix an error that made us skip the daemon-conf test
+       * tests/Makefile.am (CONFIG_HEADER): Correct definition.
+
 Mon Mar 2 19:32:18 +0100 2009 Jim Meyering <meyering@redhat.com>
 
        tests: test for a recent fix
index 7479e03dbecc77cb0483abfaf1401c199f7a2c50..b40785fee12ee556870965bd7f4ce9c9fab493c8 100644 (file)
@@ -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" \