X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=tests%2Fparsing%2FMakefile.am;h=04681cb9ec7359815b52c8f6a99fcea5316ffb84;hp=3f4f17c7d89428a3b2d89b62f7e85c6ddc80625b;hb=2c4a2cfe64541fe32933a84f1539655b3611d2e5;hpb=f3db678247d4ccc04c6ca1655e2eeec17e1bc169 diff --git a/tests/parsing/Makefile.am b/tests/parsing/Makefile.am index 3f4f17c..04681cb 100644 --- a/tests/parsing/Makefile.am +++ b/tests/parsing/Makefile.am @@ -44,7 +44,7 @@ test_load: test_load.cmo ../../lib/whenlib.cma # Rules for all OCaml files. %.cmi: %.mli $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) $(PP) -c $< -o $@ -%.cmo: %.ml +%.cmo: %.ml ../../lib/whenlib.cma $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) $(PP) -c $< -o $@ #%.cmx: %.ml # $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) $(PP) -c $< -o $@