X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=c7166b77124c36c31fcbe364b7f2524330d24c10;hp=bf9badacab6b5bf9321ad235ab813044147ae611;hb=5c2f1a2d9433eeb5aebeec26f0412c703bbe7269;hpb=f3ada2c7653866f2529c9f18aaa99f76cd984844 diff --git a/Makefile.am b/Makefile.am index bf9bada..c7166b7 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 @@ -60,6 +60,9 @@ endif if HAVE_PHP SUBDIRS += php endif +if HAVE_ERLANG +SUBDIRS += erlang erlang/examples +endif # Unconditional because nothing is built yet. SUBDIRS += csharp @@ -101,6 +104,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,6 +134,8 @@ EXTRA_DIST = \ HTMLFILES = \ html/guestfs.3.html \ html/guestfs-examples.3.html \ + html/guestfs-erlang.3.html \ + html/guestfs-java.3.html \ html/guestfs-ocaml.3.html \ html/guestfs-perl.3.html \ html/guestfs-python.3.html \ @@ -216,7 +223,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.