X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2FMakefile;h=4689159e9d787c059cc6ebdbd61f95cb87de2e18;hb=698fffd5d37fbb7fc69faab9da5aa0c5fa247588;hp=af2763b98adeabdb2a69846d985a7a6af989bb95;hpb=75bf77de87ca5b6fc692af2969cc4442542be62b;p=helm.git diff --git a/helm/http_getter/Makefile b/helm/http_getter/Makefile index af2763b98..4689159e9 100644 --- a/helm/http_getter/Makefile +++ b/helm/http_getter/Makefile @@ -1,11 +1,11 @@ -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 -thread $(COMMONOPTS) @@ -16,7 +16,6 @@ OCAMLDOC = \ $(shell $(OCAMLFIND) query -i-format http) \ $(shell $(OCAMLFIND) query -i-format dbm) \ $(shell $(OCAMLFIND) query -i-format pcre) \ - $(shell $(OCAMLFIND) query -i-format netclient) \ $(shell $(OCAMLFIND) query -i-format pxp) \ $(shell $(OCAMLFIND) query -i-format shell) \ $(shell $(OCAMLFIND) query -i-format threads) \