X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=48859300bc1d88eadb1d4431d88e83d4cc1788d4;hb=cf13d8dc120ae8745b26f8dbadea5af3f3b2193c;hp=c82572648051df7ce0dcda8fe54c6d4906fb87e3;hpb=a32bcc14672dae13e8bb725e54c819958dfdb677;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index c82572648..48859300b 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,5 +1,5 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-urimanager helm-mathql postgres +REQUIRES = postgres helm-mathql #natile-galax PREDICATES = @@ -7,7 +7,7 @@ PREDICATES = PRE_IFILES = mQIPostgres.mli mQIMap.mli mQIConn.mli \ mQIUtil.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)