]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
- bugfix: eta abstractions ignores attributed node while counting lambdas
[helm.git] / helm / ocaml / Makefile.in
index cc4d94f10b44f4b9d5ca2c7f562372249f49b2de..0fd0bd9342cf27d3021876230bb44372d9acca85 100644 (file)
@@ -17,14 +17,14 @@ MODULES =                   \
        tactics                 \
        cic_notation            \
        cic_transformations     \
-       cic_textual_parser2     \
+       cic_disambiguation      \
        paramodulation          \
        $(NULL)
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLPATH = @OCAMLFIND_META_DIR@
 
-METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-disambiguator
+METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation
 
 all: metas $(MODULES:%=%.all)
 opt: metas $(MODULES:%=%.opt)