X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=b642bdd52cbf178b8bc4244e9707c1888318f01d;hp=4204624c9e745ea2865ee5c20b5ffda0a03d285a;hb=43db06ea892cc157324a6b837ca430607441c509;hpb=8eadcfd57d79d92d8366a86bbd220912ac735d3e diff --git a/Makefile.am b/Makefile.am index 4204624..b642bdd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,12 @@ endif if HAVE_PYTHON SUBDIRS += python endif +if HAVE_RUBY +SUBDIRS += ruby +endif +if HAVE_JAVA +SUBDIRS += java +endif EXTRA_DIST = \ make-initramfs.sh update-initramfs.sh \ @@ -35,7 +41,7 @@ EXTRA_DIST = \ guestfish.pod guestfish-actions.pod \ libguestfs.spec \ html/pod.css \ - HACKING \ + HACKING TODO \ tests.c # Build the root filesystem.