X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=b642bdd52cbf178b8bc4244e9707c1888318f01d;hp=2345018f69f73da59347bfb14568644a45588522;hb=43db06ea892cc157324a6b837ca430607441c509;hpb=b4d2a01828e5de85e5eee3631f7fe3925a0312ca diff --git a/Makefile.am b/Makefile.am index 2345018..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,8 @@ EXTRA_DIST = \ guestfish.pod guestfish-actions.pod \ libguestfs.spec \ html/pod.css \ - HACKING + HACKING TODO \ + tests.c # Build the root filesystem. # Currently this is arch-dependent, so it seems like putting it in