X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=5c90004585bdeaaf2e39adfefa27c213e487b026;hp=3d44c76a3d6fc26c81a16914c288bdeb8dc6c34c;hb=27d00960c93b26c68fa1f4068502c32a6e3b5e94;hpb=1e35941f62bddafd6b88270b22b3afe4a5d37baa diff --git a/Makefile.am b/Makefile.am index 3d44c76..5c90004 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include $(top_srcdir)/subdir-rules.mk @@ -30,7 +30,7 @@ SUBDIRS += appliance endif # Tests and the test-tool. -SUBDIRS += gnulib/tests capitests caution regressions test-tool +SUBDIRS += gnulib/tests capitests caution regressions extratests test-tool # Guestfish. SUBDIRS += fish @@ -38,9 +38,6 @@ SUBDIRS += fish # virt-tools in C. SUBDIRS += align cat df edit inspector rescue -# virt-tools in shell. -SUBDIRS += clone - # Language bindings. if HAVE_PERL SUBDIRS += perl perl/examples @@ -72,10 +69,7 @@ SUBDIRS += csharp # virt-resize (new version) and virt-sparsify are written in OCaml. if HAVE_OCAML -if HAVE_OCAML_PCRE -SUBDIRS += resize -endif -SUBDIRS += sparsify +SUBDIRS += resize sparsify endif # Perl tools. @@ -88,6 +82,11 @@ if HAVE_FUSE SUBDIRS += fuse endif +# virt-tools in shell. This uses guestmount and virt-inspector. +if HAVE_FUSE +SUBDIRS += clone +endif + # po-docs must come after tools, inspector. if HAVE_PO4A SUBDIRS += po-docs @@ -100,7 +99,23 @@ EXTRA_DIST = \ bugs-in-changelog.sh \ autogen.sh \ bindtests \ + contrib/autobuild/autobuild.sh \ + contrib/guestfsd-in-wine.sh \ + contrib/intro/libguestfs-intro.html \ + contrib/intro/overview.svg \ + contrib/intro/talk.txt \ + contrib/intro/tools.svg \ contrib/README \ + contrib/visualize-alignment/.gitignore \ + contrib/visualize-alignment/guestfish-add-mount.qtr \ + contrib/visualize-alignment/guestfish-lv-ext4-4k.qtr \ + contrib/visualize-alignment/guestfish-lv-ext4-4k-write-hello.qtr \ + contrib/visualize-alignment/guestfish-N-fs-10M-aligned-part-disk.qtr \ + contrib/visualize-alignment/guestfish-N-fs-10M.qtr \ + contrib/visualize-alignment/guestfish-write-hello.qtr \ + contrib/visualize-alignment/qemu-0.13-trace-block-device-access.patch \ + contrib/visualize-alignment/README \ + contrib/visualize-alignment/tracetops.ml \ debian/.gitignore \ debian/changelog \ debian/compat \ @@ -146,6 +161,7 @@ HTMLFILES = \ html/guestfs-python.3.html \ html/guestfs-recipes.1.html \ html/guestfs-ruby.3.html \ + html/guestfs-testing.1.html \ html/guestfish.1.html \ html/guestmount.1.html \ html/virt-alignment-scan.1.html \ @@ -212,6 +228,7 @@ all-local: grep -v '/rc_protocol.c' | \ grep -v 'appliance/debian/root' | \ grep -v '^po-docs/' | \ + grep -v '^images/' | \ LC_ALL=C sort | \ sed 's,^\./,,' > po/POTFILES.in @@ -233,6 +250,11 @@ CLEANFILES = \ quickcheck: ./run test-tool/libguestfs-test-tool $(QUICKCHECK_TEST_TOOL_ARGS) +# Run extra-tests in extratests/ subdirectory. + +extra-tests: + make -C extratests $@ + # Make binary distribution. BINTMPDIR = /tmp/libguestfs-bin