X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_proof_checking%2FMakefile;h=a5f97bc1d0750ac96e1bc29546b089b9d3fbf0b0;hb=440dece50deaf24f3e5216cf14cac5eca00fda85;hp=b2ee8993f31ebbf6c3d73e3579c711b52894cc56;hpb=683978a2627cf1ce15673360f26806593d22f7b5;p=helm.git diff --git a/helm/software/components/cic_proof_checking/Makefile b/helm/software/components/cic_proof_checking/Makefile index b2ee8993f..a5f97bc1d 100644 --- a/helm/software/components/cic_proof_checking/Makefile +++ b/helm/software/components/cic_proof_checking/Makefile @@ -14,6 +14,7 @@ INTERFACE_FILES = \ cicReduction.mli \ cicTypeChecker.mli \ freshNamesGenerator.mli \ + cicDischarge.mli \ $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)