summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-09-23 14:01:28 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-09-23 14:03:05 +0100
commit406d4aea4df47c586a97f44525022ef4cfad4cdf (patch)
tree0ef141f1830d9f91af545234a97e65ac39d4060c
parentb488436cc54288fcae8988493749f2e6c87f274c (diff)
downloadlibguestfs-406d4aea4df47c586a97f44525022ef4cfad4cdf.tar.gz
libguestfs-406d4aea4df47c586a97f44525022ef4cfad4cdf.tar.xz
libguestfs-406d4aea4df47c586a97f44525022ef4cfad4cdf.zip
Include virt tools in EXTRA_DIST.
Partially revert b488436cc54288fcae8988493749f2e6c87f274c. It turns out that automake doesn't automatically place bin_SCRIPTS in EXTRA_DIST.
-rw-r--r--cat/Makefile.am3
-rw-r--r--df/Makefile.am3
-rw-r--r--edit/Makefile.am3
-rw-r--r--inspector/Makefile.am3
-rw-r--r--rescue/Makefile.am3
5 files changed, 10 insertions, 5 deletions
diff --git a/cat/Makefile.am b/cat/Makefile.am
index c21983d2..6b9a1bbd 100644
--- a/cat/Makefile.am
+++ b/cat/Makefile.am
@@ -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
diff --git a/df/Makefile.am b/df/Makefile.am
index 845edc40..f333f973 100644
--- a/df/Makefile.am
+++ b/df/Makefile.am
@@ -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
diff --git a/edit/Makefile.am b/edit/Makefile.am
index 8489ebbc..6afdd628 100644
--- a/edit/Makefile.am
+++ b/edit/Makefile.am
@@ -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
diff --git a/inspector/Makefile.am b/inspector/Makefile.am
index 7dd71dcb..c8ebaf73 100644
--- a/inspector/Makefile.am
+++ b/inspector/Makefile.am
@@ -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
diff --git a/rescue/Makefile.am b/rescue/Makefile.am
index aa8d38a8..b532e258 100644
--- a/rescue/Makefile.am
+++ b/rescue/Makefile.am
@@ -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