X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FMakefile;h=9762f59363f62e062c13d8e18a66e38a3a911212;hb=3bb4ce11fb9d4c6375483a80344beb94c4517dd7;hp=a0bea2eddf61d30d0d5c88f540032508fc02e62c;hpb=cc3d3e3f697e06026680bc94988c782ddd8eb33e;p=helm.git diff --git a/helm/ocaml/cic_unification/Makefile b/helm/ocaml/cic_unification/Makefile index a0bea2edd..9762f5936 100644 --- a/helm/ocaml/cic_unification/Makefile +++ b/helm/ocaml/cic_unification/Makefile @@ -3,8 +3,9 @@ REQUIRES = helm-cic_proof_checking PREDICATES = INTERFACE_FILES = \ - cicMkImplicit.ml \ cicMetaSubst.mli \ + cicMkImplicit.mli \ + freshNamesGenerator.mli \ cicUnification.mli \ cicRefine.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)