]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
added homepage URL, now we have one
[helm.git] / helm / ocaml / Makefile.in
index b6b3bd0d7da7188fbd7f544083fb8d39618dd029..cc4d94f10b44f4b9d5ca2c7f562372249f49b2de 100644 (file)
@@ -15,15 +15,16 @@ MODULES =                   \
        cic_omdoc               \
        metadata                \
        tactics                 \
-       cic_transformations     \
        cic_notation            \
+       cic_transformations     \
        cic_textual_parser2     \
+       paramodulation          \
        $(NULL)
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLPATH = @OCAMLFIND_META_DIR@
 
-METAS = $(MODULES:%=METAS/META.helm-%)
+METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-disambiguator
 
 all: metas $(MODULES:%=%.all)
 opt: metas $(MODULES:%=%.opt)