X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FMakefile;h=352a53016d6b5b2aa28a407a1a2a755c086b47ab;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=63d79e14ea6abedbb51d300148dba28b06986700;hpb=3130208e2889643252cc835925b38042d6055d5d;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/Makefile b/helm/ocaml/cic_proof_checking/Makefile index 63d79e14e..352a53016 100644 --- a/helm/ocaml/cic_proof_checking/Makefile +++ b/helm/ocaml/cic_proof_checking/Makefile @@ -1,6 +1,6 @@ PACKAGE = cic_proof_checking -REQUIRES = helm-cic helm-logger helm-getter helm-xml pxp +REQUIRES = helm-cic helm-logger helm-getter helm-xml PREDICATES = REDUCTION_IMPLEMENTATION = cicReductionMachine.ml @@ -14,6 +14,7 @@ INTERFACE_FILES = \ cicMiniReduction.mli \ cicReduction.mli \ cicTypeChecker.mli \ + freshNamesGenerator.mli \ cicElim.mli \ cicRecord.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)