]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/client/Makefile
fixed a typo (inside a comment)
[helm.git] / helm / hbugs / client / Makefile
index 186931e98211309178083c2fe98fc4cc52dd29c7..220a3b198d8041a57855285c69c8763e64508a37 100644 (file)
@@ -1,10 +1,10 @@
 NAME = hbugs_client
 METADIR = ../meta
-REQUIRES = lablgtk2 threads hbugs-common
+REQUIRES = lablgtk2 threads hbugs-common lablgtk2.glade
 PREDICATES = glade init
 COMMONOPTS = -package "$(REQUIRES)" -predicates "$(PREDICATES)"
-OCAMLC = OCAMLPATH="$(METADIR)" ocamlfind ocamlc $(COMMONOPTS)
-OCAMLOPT = OCAMLPATH="$(METADIR)" ocamlfind ocamlopt $(COMMONOPTS)
+OCAMLC = OCAMLPATH="$(METADIR)" ocamlfind ocamlc -thread $(COMMONOPTS)
+OCAMLOPT = OCAMLPATH="$(METADIR)" ocamlfind ocamlopt -thread $(COMMONOPTS)
 OCAMLFIND = ocamlfind
 
 DEPS = $(shell $(OCAMLFIND) query -recursive -predicates byte -format "%d/%a" $(REQUIRES))