X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=a59228b34bbaa96eddcda88c80a781c3f43d43d2;hb=cb27dc85331027e290e3c4afc7ddef2e869cdfac;hp=2f3009462102aa36414b9b9d2a2e3e55f69b7bee;hpb=359a1bd5ae0e0a1495573e087b3ce29cd2dd442e;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 2f3009462..a59228b34 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -1,6 +1,7 @@ # Warning: the modules must be in compilation order NULL = MODULES = \ + extlib \ xml \ registry \ utf8_macros \ @@ -17,7 +18,7 @@ MODULES = \ tactics \ cic_notation \ cic_transformations \ - cic_textual_parser2 \ + cic_disambiguation \ paramodulation \ $(NULL)