X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=be32ff48ca05c0491638867c6831c8cb4ec52f7d;hp=18fcd5512029218e9b916d5714c8e15e3fcb340e;hb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;hpb=2122459392680c4b53e32a2cf1d4792405f118ce diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 18fcd5512..be32ff48c 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -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)