X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=73d4f63b88b7a2585c83c8fba6f5b66992e179b9;hb=5c4bf92bc298e078ceccdde603313282d038544c;hp=a7197d4b4c3ccdf402a0b118418ee27d99c2f0c8;hpb=d37f69795396ec2354eb2d8480d64b9e5bdafacc;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index a7197d4..73d4f63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,12 +20,20 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = gnulib/lib src daemon appliance fish po examples images \ gnulib/tests capitests regressions test-tool +# NB: Must build inspector directory after perl and before ocaml. +# We could relax this if we combined the inspector_generator with +# the ordinary generator, but that brings other problems. if HAVE_PERL SUBDIRS += perl endif + if HAVE_INSPECTOR SUBDIRS += inspector endif +if HAVE_TOOLS +SUBDIRS += tools +endif + if HAVE_OCAML SUBDIRS += ocaml ocaml/examples endif @@ -41,18 +49,6 @@ endif if HAVE_HASKELL SUBDIRS += haskell endif -if HAVE_DF -SUBDIRS += df -endif -if HAVE_CAT -SUBDIRS += cat -endif -if HAVE_RESCUE -SUBDIRS += rescue -endif -if HAVE_EDIT -SUBDIRS += edit -endif EXTRA_DIST = \ guestfs.pod guestfs-actions.pod guestfs-structs.pod \