diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-13 16:01:53 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-13 16:01:53 +0100 |
commit | a403e74355d2ef9a45041c931ed68204007905c5 (patch) | |
tree | c79b342bdf57fdf5387fcdc3a06b2a54dca9fcfb /test-tool | |
parent | 2b1e36db75c14d7e2f6f6a096d8cec3f1bd8adab (diff) | |
download | libguestfs-a403e74355d2ef9a45041c931ed68204007905c5.tar.gz libguestfs-a403e74355d2ef9a45041c931ed68204007905c5.tar.xz libguestfs-a403e74355d2ef9a45041c931ed68204007905c5.zip |
build: Add run-test-tool-locally to EXTRA_DIST.
Diffstat (limited to 'test-tool')
-rw-r--r-- | test-tool/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-tool/Makefile.am b/test-tool/Makefile.am index 0f030889..ee2f2ff2 100644 --- a/test-tool/Makefile.am +++ b/test-tool/Makefile.am @@ -17,7 +17,7 @@ include $(top_srcdir)/subdir-rules.mk -EXTRA_DIST = libguestfs-test-tool.pod +EXTRA_DIST = libguestfs-test-tool.pod run-test-tool-locally CLEANFILES = |