From 012a4a5eb5c985e5ce22f3e6991da5369aeaed82 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 4 Jun 2013 12:06:29 +0100 Subject: [PATCH] ocaml: Build dependencies for tests too. --- ocaml/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index c781b7e9a..d5eb878f1 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -141,7 +141,7 @@ guestfs.cmx: guestfs.ml depend: .depend -.depend: $(wildcard $(abs_srcdir)/*.mli) $(wildcard $(abs_srcdir)/*.ml) +.depend: $(wildcard $(abs_srcdir)/*.mli) $(wildcard $(abs_srcdir)/*.ml) $(wildcard $(abs_srcdir)/t/*.ml) rm -f $@ $@-t $(OCAMLFIND) ocamldep -I ../ocaml -I $(abs_srcdir) $^ | \ $(SED) 's/ *$$//' | \