]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/metadata/Makefile
no longer use Dbi module but directly use Mysql module since it's 13
[helm.git] / helm / ocaml / metadata / Makefile
index 6505e0f2e7f9829a8c7fbec996c0e394b56c8e77..4c8f53fc10033f236e2746031b85145b3c00617f 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE = metadata
-REQUIRES = dbi helm-cic_proof_checking
+REQUIRES = mysql helm-cic_proof_checking
 PREDICATES =
 
 INTERFACE_FILES = \
@@ -14,8 +14,8 @@ EXTRA_OBJECTS_TO_CLEAN =
 all:
 
 test: test.ml $(PACKAGE).cma
-       $(OCAMLFIND) ocamlc -thread -package dbi.mysql,helm-metadata -linkpkg -o $@ $<
+       $(OCAMLFIND) ocamlc -thread -package mysql,helm-metadata -linkpkg -o $@ $<
 test_query: test_query.ml $(PACKAGE).cma
-       $(OCAMLFIND) ocamlc -thread -package dbi.mysql,helm-metadata -linkpkg -o $@ $<
+       $(OCAMLFIND) ocamlc -thread -package mysql,helm-metadata -linkpkg -o $@ $<
 
 include ../Makefile.common