X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=3d629e9cdd75043d919d3643279bd7fe3ba8d81d;hb=173c374bd01e84deafdaf1f9aa65b0f623e86470;hp=96c4d3540a59e23922c3f1ff5780e6d2a31c4c4d;hpb=58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 96c4d35..3d629e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,6 +64,13 @@ endif # Unconditional because nothing is built yet. SUBDIRS += csharp +# virt-resize 2.0 is written in OCaml. +if HAVE_OCAML +if HAVE_OCAML_PCRE +SUBDIRS += resize +endif +endif + # Perl tools and guestmount. if HAVE_TOOLS SUBDIRS += tools