summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2013-05-02 11:56:34 -0600
committerLaine Stump <laine@laine.org>2013-05-03 11:26:38 -0400
commit093285011cc789049ab2c44cd1390c7c07493505 (patch)
tree02271128af361fb8ffba309379b34351bef1c827
parentf2b1504a79736cdc17d68581434ca327303f2474 (diff)
downloadlibvirt-python-split-093285011cc789049ab2c44cd1390c7c07493505.tar.gz
libvirt-python-split-093285011cc789049ab2c44cd1390c7c07493505.tar.xz
libvirt-python-split-093285011cc789049ab2c44cd1390c7c07493505.zip
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)
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 08b2135..ba444ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Makefile for libvirt python library
-## Copyright (C) 2005-2012 Red Hat, Inc.
+## Copyright (C) 2005-2013 Red Hat, Inc.
## See COPYING.LIB for the License of this software
SUBDIRS= . tests
@@ -40,6 +40,7 @@ EXTRA_DIST = \
libvirt-lxc-override-api.xml \
libvirt-qemu-override.c \
libvirt-qemu-override-api.xml \
+ sanitytest.py \
$(CLASSES_EXTRA) \
$(DOCS)
@@ -124,8 +125,6 @@ $(libvirtmod_la_OBJECTS): $(GENERATED)
$(libvirtmod_qemu_la_OBJECTS): $(QEMU_GENERATED)
$(libvirtmod_lxc_la_OBJECTS): $(LXC_GENERATED)
-EXTRA_DIST += sanitytest.py
-
check-local:
$(AM_V_GEN)../run $(PYTHON) $(srcdir)/sanitytest.py