X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=daemons%2Frdfly%2FMakefile;h=87ef3be5f66c1335e9cb29531b961e2429b5923e;hb=1fe6285e012b840bd335eb49e0359d0411029c81;hp=779bb7b44c9cc6de0424a91e78194128b3becbf6;hpb=8feb1cda5703daa4371c556593bab63514423a58;p=helm.git diff --git a/daemons/rdfly/Makefile b/daemons/rdfly/Makefile index 779bb7b44..87ef3be5f 100644 --- a/daemons/rdfly/Makefile +++ b/daemons/rdfly/Makefile @@ -2,7 +2,7 @@ BIN_DIR = /usr/local/bin REQUIRES = mysql http helm-registry PREDICATES = OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o -OCAMLFIND = ocamlfind +OCAMLFIND = OCAMLPATH=../../components/METAS/ ocamlfind OCAMLC = $(OCAMLFIND) ocamlc -thread $(OCAMLOPTIONS) OCAMLOPT = $(OCAMLFIND) ocamlopt -thread $(OCAMLOPTIONS) OCAMLDEP = ocamldep -pp camlp4o