]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/Makefile
now mathql interpreter use helm registry
[helm.git] / helm / ocaml / mathql_interpreter / Makefile
index c82572648051df7ce0dcda8fe54c6d4906fb87e3..f2514f8e03a406cd57fe428e815ac90fc4a845e5 100644 (file)
@@ -1,13 +1,13 @@
 PACKAGE = mathql_interpreter
-REQUIRES = helm-urimanager helm-mathql postgres
+REQUIRES = postgres helm-registry helm-mathql
 #natile-galax 
 
 PREDICATES =
 
 PRE_IFILES = mQIPostgres.mli mQIMap.mli mQIConn.mli \
-            mQIUtil.mli mQILib.mli mQIProperty.mli 
+            mQILib.mli mQIProperty.mli 
 
-POST_IFILES = mQueryIO.mli mQueryInterpreter.mli
+POST_IFILES = mQueryIO.mli mQueryInterpreter.mli mQueryStandard.mli
 
 INTERFACE_FILES = $(PRE_IFILES) $(POST_IFILES)