]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/Makefile
- changes defaults of getxml (format gzipped, don't patch dtd)
[helm.git] / helm / ocaml / getter / Makefile
index cc2519cfc693ae2281556a73e546ff7046373fc1..820b1628ee58e38f8154b8daec214262b3d348cc 100644 (file)
@@ -2,15 +2,17 @@
 PACKAGE = getter
 
 REQUIRES = \
-       http dbm pcre pxp shell zip \
-       helm-thread helm-logger helm-urimanager helm-registry
+       http dbm pcre shell zip \
+       helm-pxp helm-thread helm-logger helm-urimanager helm-registry
 
 INTERFACE_FILES = \
+       tree.mli \
        clientHTTP.mli \
        http_getter_logger.mli \
        http_getter_misc.mli \
        http_getter_const.mli \
        http_getter_env.mli \
+       http_getter_md5.mli \
        http_getter_common.mli \
        http_getter_map.mli \
        http_getter_cache.mli \
@@ -22,6 +24,3 @@ IMPLEMENTATION_FILES = \
 
 include ../Makefile.common
 
-test: getter.cma test.ml
-       $(OCAMLC) -linkpkg -o $@ $^
-