git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29148ac
)
Comment: Describe the build order requirements for toplevel directories.
author
Richard Jones
<rjones@redhat.com>
Mon, 19 Oct 2009 08:10:15 +0000
(09:10 +0100)
committer
Richard Jones
<rjones@redhat.com>
Mon, 19 Oct 2009 08:10:15 +0000
(09:10 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
a7197d4
..
c4a84f7
100644
(file)
--- 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