]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: virsh is no longer in builddir/src
authorEric Blake <eblake@redhat.com>
Wed, 12 Jan 2011 20:13:22 +0000 (13:13 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 13 Jan 2011 15:11:00 +0000 (08:11 -0700)
Commit 870dba0 (Mar 2008) added builddir/src to PATH to pick
up virsh.  Later, virsh was moved to tools; commit db68d6b
(Oct 2009) noticed this, but only added the new location rather
than deleting the old location.

* tests/Makefile.am (path_add): Drop now-useless directory.
Suggested by Daniel P. Berrange.

tests/Makefile.am

index 697b40120eb5be96e8928820c84e43350ac23606..345cf4611a6367b040b4a33306fbfb11954b0b22 100644 (file)
@@ -214,7 +214,7 @@ TESTS += interfacexml2xmltest
 
 TESTS += cputest
 
-path_add = $$abs_top_builddir/src$(PATH_SEPARATOR)$$abs_top_builddir/daemon$(PATH_SEPARATOR)$$abs_top_builddir/tools
+path_add = $$abs_top_builddir/daemon$(PATH_SEPARATOR)$$abs_top_builddir/tools
 
 # NB, automake < 1.10 does not provide the real
 # abs_top_{src/build}dir or builddir variables, so don't rely