Include virt tools in EXTRA_DIST.
authorRichard Jones <rjones@trick.home.annexia.org>
Wed, 23 Sep 2009 13:01:28 +0000 (14:01 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Wed, 23 Sep 2009 13:03:05 +0000 (14:03 +0100)
Partially revert b488436cc54288fcae8988493749f2e6c87f274c.
It turns out that automake doesn't automatically place bin_SCRIPTS
in EXTRA_DIST.

cat/Makefile.am
df/Makefile.am
edit/Makefile.am
inspector/Makefile.am
rescue/Makefile.am

index c21983d..6b9a1bb 100644 (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
 
index 845edc4..f333f97 100644 (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
 
index 8489ebb..6afdd62 100644 (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
 
index 7dd71dc..c8ebaf7 100644 (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
 
index aa8d38a..b532e25 100644 (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