X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmetadata%2FMakefile;h=4c8f53fc10033f236e2746031b85145b3c00617f;hb=51d9b14ac63f4d4f045772ccd006b49e87d8f4bc;hp=6505e0f2e7f9829a8c7fbec996c0e394b56c8e77;hpb=7403c949ea3a84624f8c05deee00de53336937ba;p=helm.git diff --git a/helm/ocaml/metadata/Makefile b/helm/ocaml/metadata/Makefile index 6505e0f2e..4c8f53fc1 100644 --- a/helm/ocaml/metadata/Makefile +++ b/helm/ocaml/metadata/Makefile @@ -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