X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=ca31727836d7b559c280535de1d81654668d6d62;hp=baa6f60b8b5d3ade7f1ed4c050c108af9043bb5b;hb=504b9d95c4afdc83efd5cca6d98cb73111e8c652;hpb=32baae0e55318784af4a736ae956e11b4de274a2 diff --git a/Makefile.am b/Makefile.am index baa6f60..ca31727 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,7 @@ if HAVE_RUBY SUBDIRS += ruby ruby/examples endif if HAVE_JAVA -SUBDIRS += java +SUBDIRS += java java/examples endif if HAVE_HASKELL SUBDIRS += haskell @@ -131,6 +131,7 @@ EXTRA_DIST = \ HTMLFILES = \ html/guestfs.3.html \ html/guestfs-examples.3.html \ + html/guestfs-java.3.html \ html/guestfs-ocaml.3.html \ html/guestfs-perl.3.html \ html/guestfs-python.3.html \ @@ -218,7 +219,7 @@ CLEANFILES = \ # is NOT a substitute for proper testing! quickcheck: - ./run test-tool/libguestfs-test-tool + ./run test-tool/libguestfs-test-tool $(QUICKCHECK_TEST_TOOL_ARGS) # Make binary distribution.