X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmetadata%2Ftable_creator%2FMakefile;h=c54e52d4ac13ece7d3f4f18212f662af95389a0f;hb=c4eec8df32b6b004e76cbce54342385d3bf25fa5;hp=06335681c0db4f7b5e3f220d5796150f17c56292;hpb=c051f623926cdc3b744c38ba393c0a9c7622d299;p=helm.git diff --git a/helm/ocaml/metadata/table_creator/Makefile b/helm/ocaml/metadata/table_creator/Makefile index 06335681c..c54e52d4a 100644 --- a/helm/ocaml/metadata/table_creator/Makefile +++ b/helm/ocaml/metadata/table_creator/Makefile @@ -1,5 +1,4 @@ REQUIRES = mysql helm-metadata -OCAMLFIND = ocamlfind INTERFACE_FILES = IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) @@ -33,3 +32,4 @@ clean: rm -f table_creator table_creator.opt table_destructor table_destructor.opt include .depend +include ../../../Makefile.defs