]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/Makefile
bumped version (tag soon)
[helm.git] / helm / ocaml / getter / Makefile
index 32812a747bdf55fbae37aa58180df4e9095638d3..af3674f66042d64dc5901acf25458861f7d491c8 100644 (file)
@@ -1,9 +1,10 @@
 PACKAGE = getter
-REQUIRES = pxp netclient helm-urimanager
+REQUIRES = pxp helm-urimanager http
 PREDICATES =
 
 INTERFACE_FILES = configuration.mli clientHTTP.mli getter.mli
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_CLEAN =
 
 include ../Makefile.common