X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2FMakefile.in;h=ec30fb868343eff2ed0920b63ba7a7a7d6628656;hb=45bd3127b1ac786dc1ae14284b952fb503ba3094;hp=3f9fd7a3bf61ea5fec15bc8a795fababb6f71a78;hpb=3128b6ab6540bcf3d099e2fcc591bebe94ed6e62;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 3f9fd7a3b..ec30fb868 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -1,9 +1,25 @@ # Warning: the modules must be in compilation order -MODULES = xml urimanager getter pxp cic cic_annotations cic_annotations_cache \ - cic_cache cic_proof_checking cic_textual_parser \ - cic_textual_parser2 \ - tex_cic_textual_parser cic_unification mathql mathql_generator \ - mathql_interpreter cic_omdoc tactics cic_transformations +MODULES = \ + xml \ + urimanager \ + getter \ + pxp \ + cic \ + cic_annotations \ + cic_annotations_cache \ + cic_cache \ + cic_proof_checking \ + cic_textual_parser \ + tex_cic_textual_parser \ + cic_unification \ + mathql \ + mathql_generator \ + mathql_interpreter \ + cic_omdoc \ + tactics \ + cic_transformations \ + logger \ + cic_textual_parser2 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@