]> 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)
committerEric Blake <eblake@redhat.com>
Thu, 2 May 2013 18:00:08 +0000 (12:00 -0600)
commit5a3487dadb04bbba4bec9aed102ac83568d47363
tree22acfd8ca1f9b512da561f967cfdc46b100aa751
parentcc8f9e677c6f3a55d4a648be8ced7a38e1d2cca8
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>
python/Makefile.am