]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/Makefile
- split http_parser module (all code that parse http requests and
[helm.git] / helm / DEVEL / ocaml-http / Makefile
index 4f4def3fefee3e595a6a648bd9fd14e93ad7a2d1..31f63cf972519914c7a45023fc9a57c1a5b28217 100644 (file)
@@ -1,6 +1,6 @@
 include Makefile.defs
 
-MODULES = http_common http_misc http_types http_request http_daemon http_response
+MODULES = http_common http_misc http_types http_request http_parser tcp_server http_daemon http_response
 PUBLIC_MODULES = http_common http_types http_request http_daemon http_response
 DESTDIR = $(shell $(OCAMLFIND) printconf stdlib)