X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=d34b9429c8f4fff8a540b6fb41184dbe8863018c;hp=39cf86cf97b0ee4ee892b6d5af4303046ae41cdd;hb=acf9000252da7f4f3fde693ecc03461007cf0bf9;hpb=dfb90f793a40d38da47ee1b604ed0a73a05281d0;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 39cf86c..d34b942 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,17 @@ 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 \