]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/daemons/http_getter/Makefile
Huge commit for the release. Includes:
[helm.git] / helm / software / daemons / http_getter / Makefile
index d7b1089af45d31a22cd9fbc27e745f72e79f0c0c..e8e9280d599b02691574414ee925c2d3a29ff7e9 100644 (file)
@@ -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)