Include virt tools in EXTRA_DIST.

Partially revert b488436cc5.
It turns out that automake doesn't automatically place bin_SCRIPTS
in EXTRA_DIST.
This commit is contained in:
Richard Jones
2009-09-23 14:01:28 +01:00
parent b488436cc5
commit 406d4aea4d
5 changed files with 10 additions and 5 deletions

View File

@@ -16,7 +16,8 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
EXTRA_DIST = \
run-cat-locally
run-cat-locally \
virt-cat
if HAVE_CAT

View File

@@ -16,7 +16,8 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
EXTRA_DIST = \
run-df-locally
run-df-locally \
virt-df
if HAVE_DF

View File

@@ -16,7 +16,8 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
EXTRA_DIST = \
run-edit-locally
run-edit-locally \
virt-edit
if HAVE_EDIT

View File

@@ -16,7 +16,8 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
EXTRA_DIST = \
run-inspector-locally
run-inspector-locally \
virt-inspector
if HAVE_INSPECTOR

View File

@@ -16,7 +16,8 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
EXTRA_DIST = \
run-rescue-locally
run-rescue-locally \
virt-rescue
if HAVE_RESCUE