X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=290258d17515d2db14dcd085df09075aab43c7b1;hb=4020414d9bc31b545e311760045d4ce8f0645916;hp=f5714135815987f859d5cf8a8cf9a33263d640bc;hpb=1445bbed27591dab1d364153dfcd68b534e3f71f;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index f57141358..290258d17 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -4,7 +4,7 @@ PREDICATES = INTERFACE_FILES = dbconn.mli eval.mli utility.mli func.mli diff.mli \ sortedby.mli select.mli intersect.mli union.mli \ - pattern.mli use.mli mqint.mli + pattern.mli use.mli letin.mli mqint.mli IMPLEMENTATION_FILES = mathql_semantics.ml \ $(INTERFACE_FILES:%.mli=%.ml)