X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fdaemons%2Fhttp_getter%2FMakefile;fp=helm%2Fsoftware%2Fdaemons%2Fhttp_getter%2FMakefile;h=e8e9280d599b02691574414ee925c2d3a29ff7e9;hb=ee3f8d6fa92b051394a2ff7c71c03ac33a05182b;hp=d7b1089af45d31a22cd9fbc27e745f72e79f0c0c;hpb=d8f4d935054a6f9fff6de0c171dc4a181389219e;p=helm.git diff --git a/helm/software/daemons/http_getter/Makefile b/helm/software/daemons/http_getter/Makefile index d7b1089af..e8e9280d5 100644 --- a/helm/software/daemons/http_getter/Makefile +++ b/helm/software/daemons/http_getter/Makefile @@ -3,7 +3,7 @@ NAME = http_getter REQUIRES = helm-getter helm-logger helm-registry netstring COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o -thread -OCAMLFIND = OCAMLPATH=../ocaml/METAS ocamlfind +OCAMLFIND = OCAMLPATH=../../components/METAS ocamlfind OCAMLC = $(OCAMLFIND) ocamlc -g $(COMMONOPTS) OCAMLOPT = $(OCAMLFIND) opt $(COMMONOPTS)