]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/Makefile.defs
- bumped version to 0.0.5
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
index fcd612e5fee9ec939ceb4a12736be9ece65d0854..770b320a574bca6f3adad903016d5856a24b6ba6 100644 (file)
@@ -1,11 +1,11 @@
 PKGNAME = http
-DISTVERSION = 0.0.4
+DISTVERSION = 0.0.5
 
 DEBUG_OPTS =
-COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -thread -package "unix,pcre,netstring,threads"
+COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -package "unix,pcre,netstring,threads"
 OCAMLFIND = ocamlfind
-OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS)
-OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS)
+OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS) -thread
+OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS) -thread
 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_OPTS)
 
 DISTNAME = ocaml-http