]> matita.cs.unibo.it Git - helm.git/commitdiff
use helm-cic_textual_parser2 findlib package when building tests
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Oct 2004 09:52:36 +0000 (09:52 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Oct 2004 09:52:36 +0000 (09:52 +0000)
helm/ocaml/cic_disambiguation/Makefile

index de0cf3ba22f7656a60d608e8f75bc8de5e365c70..aa87de4ff2662cc3f34d10680d7e11422dd8cbc9 100644 (file)
@@ -32,7 +32,7 @@ cicTextualParser2.cmx: cicTextualParser2.ml
 %_notation.cmx: %_notation.ml
        $(OCAMLOPT_P4) -c $<
 
-LOCAL_LINKOPTS = -linkpkg $(PACKAGE).cma
+LOCAL_LINKOPTS = -package helm-cic_textual_parser2 -linkpkg
 test: test_lexer test_parser
 test_lexer: test_lexer.ml $(PACKAGE).cma
        $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<