docs: Fix function names in deprecation notices.
[libguestfs.git] / Makefile.am
index 3d629e9..7a1afbc 100644 (file)
@@ -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.