mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user