Generated code for 'checksum' command.
[libguestfs.git] / Makefile.am
index 2345018..710e39d 100644 (file)
@@ -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