X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fuwobo%2FMakefile;h=00b578aca1add15e7366fddb55eef5d335dae969;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=c2a97d7c5fe5fcca7a41eace74176d2299cabfb4;hpb=c6eb317ba149b744e63a20b5f93ce64fec254cb4;p=helm.git diff --git a/helm/uwobo/Makefile b/helm/uwobo/Makefile index c2a97d7c5..00b578aca 100644 --- a/helm/uwobo/Makefile +++ b/helm/uwobo/Makefile @@ -1,7 +1,7 @@ -VERSION = 0.2.1 +VERSION = 0.3.0 DISTDIR = uwobo-$(VERSION) DISTTARBALL = $(DISTDIR).tar.gz -REQUIRES = http gdome2 gdome2-xslt pcre unix +REQUIRES = http gdome2 gdome2-xslt pcre unix helm-registry COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o OCAMLFIND = ocamlfind OCAMLC = $(OCAMLFIND) ocamlc $(COMMONOPTS) @@ -14,7 +14,7 @@ OCAMLDOC = \ $(shell $(OCAMLFIND) query -i-format gdome2-xslt) \ $(shell $(OCAMLFIND) query -i-format pcre) \ $(shell $(OCAMLFIND) query -i-format unix) -MODULES = uwobo_common uwobo_styles uwobo_logger uwobo_engine +MODULES = uwobo_common uwobo_styles uwobo_profiles uwobo_logger uwobo_engine OBJS = $(patsubst %,%.cmo,$(MODULES)) OBJSOPT = $(patsubst %,%.cmx,$(MODULES))