Added framework for the language bindings.
[libguestfs.git] / Makefile.am
index 39cf86c..d34b942 100644 (file)
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src daemon fish examples
+SUBDIRS = src daemon fish examples images
+
+if HAVE_OCAML
+SUBDIRS += ocaml
+endif
+if HAVE_PERL
+SUBDIRS += perl
+endif
+if HAVE_PYTHON
+SUBDIRS += python
+endif
 
 EXTRA_DIST = \
        make-initramfs.sh update-initramfs.sh \