]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/broker/Makefile
fixed a typo (inside a comment)
[helm.git] / helm / hbugs / broker / Makefile
index fe1bf71e95ca0c8db7612101d1f11a81f562061d..e4cb57236b0328f6df9bc34116fd0fc189fc4f12 100644 (file)
@@ -1,10 +1,10 @@
 NAME = hbugs_broker
 METADIR = ../meta
-REQUIRES = http threads hbugs-common hbugs-thread-safe
+REQUIRES = http threads hbugs-common hbugs-thread-safe threads
 COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o
 OCAMLFIND = ocamlfind
-OCAMLC = $(OCAMLFIND) ocamlc $(COMMONOPTS)
-OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMONOPTS)
+OCAMLC = $(OCAMLFIND) ocamlc -thread $(COMMONOPTS)
+OCAMLOPT = $(OCAMLFIND) ocamlopt -thread $(COMMONOPTS)
 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMONOPTS)
 MODULES = hbugs_broker_registry
 OCAMLDOC =     \