X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=cc4d94f10b44f4b9d5ca2c7f562372249f49b2de;hb=e6b28085c97ae7b9bd3f3262b105f6b84f42b047;hp=b6b3bd0d7da7188fbd7f544083fb8d39618dd029;hpb=66cb9dbb90775e44e281cfa29429c335d41a9998;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index b6b3bd0d7..cc4d94f10 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -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)