]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/Makefile
added the support for the "Locate Inductive Principles" query
[helm.git] / helm / ocaml / mathql_generator / Makefile
index 5b0135a3d0b7dab55ea94b50cd8e95fec88dfe55..3079a66434c2f382a48dc260f9d928aa42f789c1 100644 (file)
@@ -5,7 +5,8 @@ REQUIRES = helm-cic helm-cic_proof_checking helm-mathql
 PREDICATES =
 
 INTERFACE_FILES = mQGUtil.mli mQueryGenerator.mli \
-                 cGMatchConclusion.mli cGSearchPattern.mli
+                 cGMatchConclusion.mli cGSearchPattern.mli \
+                 cGLocateInductive.mli
 
 IMPLEMENTATION_FILES = mQGTypes.ml $(INTERFACE_FILES:%.mli=%.ml)