build: always include sanitytest in tarball
commitbbf4b7141e980c0d083a8907f04f319b1190ba4c
authorEric Blake <eblake@redhat.com>
Thu, 2 May 2013 17:56:34 +0000 (2 11:56 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 2 May 2013 18:00:08 +0000 (2 12:00 -0600)
treee65e32267928c081bd8de4bd98be7ca430104a73
parent50b32e0e368746928a8288a1678cae10daa74e9c
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>
Makefile.am