X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=710e39d968dacdb30a1e706b168a0ece6d02c6e6;hp=2345018f69f73da59347bfb14568644a45588522;hb=24ccbb29ac475187f51a27dcd318db2b4824a0c1;hpb=b4d2a01828e5de85e5eee3631f7fe3925a0312ca diff --git a/Makefile.am b/Makefile.am index 2345018..710e39d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,9 @@ endif if HAVE_PYTHON SUBDIRS += python endif +if HAVE_RUBY +SUBDIRS += ruby +endif EXTRA_DIST = \ make-initramfs.sh update-initramfs.sh \ @@ -35,7 +38,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