X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_generator%2FMakefile;h=5b0135a3d0b7dab55ea94b50cd8e95fec88dfe55;hb=96134b9ec1030ed15cea00d751dd4d744463f62c;hp=6b8252c20ee1ba48f30f512eae3920816267753e;hpb=0e74e8e94eada756157addce67e4adeb8dff1feb;p=helm.git diff --git a/helm/ocaml/mathql_generator/Makefile b/helm/ocaml/mathql_generator/Makefile index 6b8252c20..5b0135a3d 100644 --- a/helm/ocaml/mathql_generator/Makefile +++ b/helm/ocaml/mathql_generator/Makefile @@ -5,7 +5,7 @@ REQUIRES = helm-cic helm-cic_proof_checking helm-mathql PREDICATES = INTERFACE_FILES = mQGUtil.mli mQueryGenerator.mli \ - mQueryLevels.mli mQueryLevels2.mli + cGMatchConclusion.mli cGSearchPattern.mli IMPLEMENTATION_FILES = mQGTypes.ml $(INTERFACE_FILES:%.mli=%.ml)