]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: always include sanitytest in tarball
authorEric Blake <eblake@redhat.com>
Thu, 2 May 2013 17:56:34 +0000 (11:56 -0600)
committerLaine Stump <laine@laine.org>
Fri, 3 May 2013 15:26:38 +0000 (11:26 -0400)
commit3e7adcf682582a81b459acf820654dca8ae6e211
treeac17c798e4b90c573527d61f0bcae8644f562def
parent2b9bf71b6c0ddaa819f33fa9ce17500c6d420b40
build: always include sanitytest in tarball

The libvirt 1.0.5 tarball is missing a file which renders 'make
check' broken; first reported on list by Guido Günther.

* python/Makefile.am (EXTRA_DIST): Hoist sanitytest.py out of
HAVE_PYTHON conditional.

Signed-off-by: Eric Blake <eblake@redhat.com>
(cherry picked from commit 5a3487dadb04bbba4bec9aed102ac83568d47363)
python/Makefile.am