]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/Makefile
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / ocaml / mathql_interpreter / Makefile
index 18fcd5512029218e9b916d5714c8e15e3fcb340e..be32ff48ca05c0491638867c6831c8cb4ec52f7d 100644 (file)
@@ -4,9 +4,9 @@ REQUIRES = helm-cic helm-cic_textual_parser helm-mathql postgres
 
 PREDICATES =
 
-INTERFACE_FILES = mQueryMisc.mli mQIPostgres.mli mQIConn.mli \
-                  mQIUtil.mli mQIProperty.mli \
-                 mQueryInterpreter.mli
+INTERFACE_FILES = mQueryMisc.mli mQIUtil.mli \
+                 mQIPostgres.mli mQIMap.mli mQIConn.mli \
+                  mQIProperty.mli mQueryInterpreter.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)