X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fgetter%2FMakefile;h=af3674f66042d64dc5901acf25458861f7d491c8;hb=cfaa4ba59014ccb6046a2a672e97a5e88d7d2946;hp=32812a747bdf55fbae37aa58180df4e9095638d3;hpb=298fa826610192b1a173c81b4ebf961c1c7e6609;p=helm.git diff --git a/helm/ocaml/getter/Makefile b/helm/ocaml/getter/Makefile index 32812a747..af3674f66 100644 --- a/helm/ocaml/getter/Makefile +++ b/helm/ocaml/getter/Makefile @@ -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