summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-15 13:04:28 +0000
committerJim Meyering <meyering@redhat.com>2007-11-15 13:04:28 +0000
commit41d53adb8bc4c487ac085f516664d10d8856cc09 (patch)
treefa690958806fd292fec77646b8a852763863f347 /tests
parenta4e8e2c99ad3f5d8fe01885caedc95e303eec5e8 (diff)
downloadlibvirt-python-split-41d53adb8bc4c487ac085f516664d10d8856cc09.tar.gz
libvirt-python-split-41d53adb8bc4c487ac085f516664d10d8856cc09.tar.xz
libvirt-python-split-41d53adb8bc4c487ac085f516664d10d8856cc09.zip
Make "make distcheck" work.
* Makefile.am: Expand some "*" wildcards, and (for now) disable the relatively unimportant, distuninstallcheck target. Fix a few redirect-directly-to-target bugs. Add a few $(srcdir)/ prefixes and add an uninstall-local rule. * docs/Makefile.am: More of the same. Split some long lines. * python/Makefile.am: Likewise. * python/tests/Makefile.am: Likewise. * qemud/Makefile.am: Likewise. * tests/Makefile.am: Remove the directories already listed in SUBDIRS. * docs/examples/index.py: Adapt to produce the desired changes in docs/examples/Makefile.am. Also, sort *.c, so results are reproducible, and emit a comment telling emacs and vi that the file is read-only. * docs/examples/Makefile.am: Regenerate. Author: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dfa52e4..6011fef 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,3 +32,5 @@ install-data-local:
-(for test in $(PYTESTS); \
do @INSTALL@ -m 0644 $(srcdir)/$$test $(DESTDIR)$(EXAMPLE_DIR) ; done)
+uninstall-local:
+ for test in $(PYTESTS); do rm -f $(DESTDIR)$(EXAMPLE_DIR)/$$test; done