From: "Richard W.M. Jones" <rjones(a)redhat.com>
This seems to be necessary because separated builds don't recognize
the *.ml file as being a source file (unlike, for example, *.c files).
---
ocaml/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index d3b3a2e..6f3fd88 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -27,7 +27,7 @@ generator_built = \
guestfs.mli \
guestfs.ml \
guestfs-c-actions.c \
- bindtests.ml
+ $(srcdir)/bindtests.ml
EXTRA_DIST = \
$(generator_built) \
--
1.8.1.4