]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile
This commit was manufactured by cvs2svn to create tag 'V_0_2_2'.
[helm.git] / helm / http_getter / Makefile
index be5ff627fdd80c2e205ba513a3241e350661dba8..e6731ae03f8ded0419381fbbb02d23f936d8649f 100644 (file)
@@ -1,15 +1,15 @@
-VERSION = 0.2.1
+VERSION = 0.2.2
 NAME = http_getter
 
 DISTDIR = http-getter-$(VERSION)
 EXTRA_DIST = AUTHORS COPYING NEWS README BUGS
 DOCS = doc/http_getter.conf.xml.sample
 
-REQUIRES = http dbm pcre netclient pxp shell threads zip
+REQUIRES = http dbm pcre pxp shell threads zip
 COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o
 OCAMLFIND = ocamlfind
-OCAMLC = $(OCAMLFIND) ocamlc $(COMMONOPTS)
-OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMONOPTS)
+OCAMLC = $(OCAMLFIND) ocamlc -thread $(COMMONOPTS)
+OCAMLOPT = $(OCAMLFIND) ocamlopt -thread $(COMMONOPTS)
 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMONOPTS)
 OCAMLDOC =     \
        ocamldoc        \