diff options
author | Richard Jones <rjones@redhat.com> | 2009-10-19 09:10:15 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-10-19 09:10:15 +0100 |
commit | 854f8e0d5643e55d045f5816a520d49a057990ef (patch) | |
tree | 07d9530fbc7c6f36e44cc3765016dbc57c566913 | |
parent | 29148ac40fc6ae54769ceb456d4bd533245a3995 (diff) | |
download | libguestfs-854f8e0d5643e55d045f5816a520d49a057990ef.tar.gz libguestfs-854f8e0d5643e55d045f5816a520d49a057990ef.tar.xz libguestfs-854f8e0d5643e55d045f5816a520d49a057990ef.zip |
Comment: Describe the build order requirements for toplevel directories.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a7197d4b..c4a84f78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,9 @@ 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 |