From 3c22cac92d5cd8fc9926d0a7c32b058f9ab8d212 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 10 Jan 2003 09:07:55 +0000 Subject: [PATCH] added dependency on 'http' library --- helm/hbugs/common/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/hbugs/common/Makefile b/helm/hbugs/common/Makefile index 4055f88c9..0e25d75e1 100644 --- a/helm/hbugs/common/Makefile +++ b/helm/hbugs/common/Makefile @@ -1,10 +1,11 @@ -REQUIRES = pcre pxp +REQUIRES = pcre pxp http COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o OCAMLC = ocamlfind ocamlc $(COMMONOPTS) OCAMLOPT = ocamlfind ocamlopt $(COMMONOPTS) OCAMLDEP = ocamlfind ocamldep $(COMMONOPTS) MODULES = \ - hbugs_types threadSafe hbugs_misc hbugs_id_generator hbugs_messages + hbugs_types threadSafe hbugs_misc \ + hbugs_id_generator hbugs_messages OBJS = $(patsubst %,%.cmo,$(MODULES)) OBJSOPT = $(patsubst %,%.cmx,$(MODULES)) -- 2.39.2