X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=e1ddf0da76769e9c9fb52560a749097ab2b8c570;hp=523cd7b81788672594964b571a4b021ad35b0e1b;hb=d025e91f6751505c70b7b5f492ee72c67e274ecf;hpb=00d34429e5f343bcc3f6afbd27aa3a2ca7820086 diff --git a/Makefile.am b/Makefile.am index 523cd7b..e1ddf0d 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 @@ -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 @@ -101,6 +101,8 @@ EXTRA_DIST = \ debian/docs \ debian/guestfish.dirs \ debian/guestfish.install \ + debian/guestfsd.dirs \ + debian/guestfsd.install \ debian/guestmount.dirs \ debian/guestmount.install \ debian/libguestfs-dev.dirs \ @@ -129,9 +131,11 @@ 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 \ + html/guestfs-recipes.1.html \ html/guestfs-ruby.3.html \ html/guestfish.1.html \ html/guestmount.1.html \