X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=aa9fb9c41a60a6201e8767f36cc7009094018f41;hb=6c15f0679a74ff8e8f51e01590bc5eb8e0567fc5;hp=6b2bf09cb8f37efe9bf46edc84463cccc723a6f0;hpb=de782c7f0c4c841b8ecad9399a0948016cf3e2bd;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 6b2bf09cb..aa9fb9c41 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -3,6 +3,7 @@ NULL = MODULES = \ extlib \ xml \ + hgdome \ registry \ hmysql \ utf8_macros \ @@ -13,14 +14,19 @@ MODULES = \ getter \ cic \ cic_proof_checking \ - cic_unification \ - cic_omdoc \ + cic_acic \ + acic_content \ + content_pres \ + grafite \ metadata \ + library \ + cic_unification \ + whelp \ tactics \ - cic_notation \ - cic_transformations \ - cic_disambiguation \ paramodulation \ + cic_disambiguation \ + grafite2 \ + grafite_parser \ $(NULL) OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@