X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=7a1afbcf25c32659b8c3bee1ff57405aafe71c02;hb=7f35002e2301478b602e6d6c890508c25e153d71;hp=3d629e9cdd75043d919d3643279bd7fe3ba8d81d;hpb=ca03635a4c83afbe9b51fe846a8b3d5361462a90;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 3d629e9..7a1afbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ SUBDIRS += appliance endif # Tests and the test-tool. -SUBDIRS += gnulib/tests capitests regressions test-tool +SUBDIRS += gnulib/tests capitests caution regressions test-tool # Guestfish. SUBDIRS += fish @@ -87,25 +87,51 @@ endif EXTRA_DIST = \ $(generator_built) \ - html/pod.css \ BUGS HACKING RELEASE-NOTES ROADMAP TODO \ + .gitignore \ + bugs-in-changelog.sh \ + autogen.sh \ + bindtests \ + contrib/README \ + debian/.gitignore \ + debian/changelog \ + debian/compat \ + debian/control \ + debian/copyright \ + debian/docs \ + debian/guestfish.dirs \ + debian/guestfish.install \ + debian/guestmount.dirs \ + debian/guestmount.install \ + debian/libguestfs-dev.dirs \ + debian/libguestfs-dev.install \ + debian/libguestfs-doc.docs \ + debian/libguestfs-perl.examples \ + debian/libguestfs-perl.install \ + debian/libguestfs-tools.dirs \ + debian/libguestfs-tools.install \ + debian/libguestfs0.dirs \ + debian/libguestfs0.install \ + debian/patches/series \ + debian/python-guestfs.install \ + debian/pyversions \ + debian/rules \ + debian/shlibs.local \ + debian/watch \ + html/pod.css \ + html/recipes.css \ libguestfs.pc libguestfs.pc.in \ + libtool-kill-dependency_libs.sh \ + logo/fish.svg logo/fish.png \ + make-recipes.sh \ + m4/.gitignore \ recipes/LICENSE \ recipes/README \ recipes/*.html \ recipes/*.sh \ recipes/*.example \ - html/recipes.css \ - make-recipes.sh \ - contrib/README \ - bindtests \ - .gitignore \ - m4/.gitignore \ - libtool-kill-dependency_libs.sh \ - autogen.sh \ - bugs-in-changelog.sh \ - update-bugs.sh \ - logo/fish.svg logo/fish.png + run \ + update-bugs.sh # Recipes web page. html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcard recipes/*.example) Makefile make-recipes.sh @@ -205,7 +231,7 @@ CLEANFILES = \ # is NOT a substitute for proper testing! quickcheck: - test-tool/run-test-tool-locally + ./run test-tool/libguestfs-test-tool $(QUICKCHECK_TEST_TOOL_ARGS) # Make binary distribution.