X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2FMakefile.am;h=d212d380714c54680eec92a8cfdc83f264a0572e;hp=f593d46e35aeac826d7bc127bcebf3be75291c6f;hb=bbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4;hpb=4dd6b77ff7037ee220b530cefb412ace3d880f61 diff --git a/tools/Makefile.am b/tools/Makefile.am index f593d46..d212d38 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -15,7 +15,19 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -tools = cat df edit ls rescue tar +include $(top_srcdir)/subdir-rules.mk + +tools = \ + cat \ + df \ + edit \ + list-filesystems \ + list-partitions \ + ls \ + rescue \ + resize \ + tar \ + win-reg EXTRA_DIST = \ run-locally \ @@ -25,6 +37,8 @@ if HAVE_TOOLS bin_SCRIPTS = $(tools:%=virt-%) +# Manual pages and HTML files for the website. + # XXX Bug in automake? If you list virt-cat.1 explicitly, then it # builds and installs the man pages. However if this is removed, # then the man pages are neither built nor installed.