X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FMakefile;h=f3030e88250bc67e70ced24b893bf3aadd167503;hb=5bef9ac5a9bfe07b11ce0e44fab51ea4b6eb4057;hp=6554bf698417bf2c7867cf6a22c1aec984ca4ba3;hpb=68e62a195d6228befb75b4e2edd59bc58b1cdb0c;p=helm.git diff --git a/helm/ocaml/mathql/Makefile b/helm/ocaml/mathql/Makefile index 6554bf698..f3030e882 100644 --- a/helm/ocaml/mathql/Makefile +++ b/helm/ocaml/mathql/Makefile @@ -2,9 +2,9 @@ PACKAGE = mathql REQUIRES = helm-cic helm-cic_textual_parser PREDICATES = -INTERFACE_FILES = mQueryMisc.mli +INTERFACE_FILES = mQueryMisc.mli mQueryUtil.mli -IMPLEMENTATION_FILES = mathQL.ml mQueryMisc.ml +IMPLEMENTATION_FILES = mQueryMisc.ml mathQL.ml mQueryUtil.ml EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi