]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/examples/Makefile
- split http_parser module (all code that parse http requests and
[helm.git] / helm / DEVEL / ocaml-http / examples / Makefile
index 794b64ef47c8d5d8730d0d3ccd86c7b3d44ef881..e4025264b0a4f885c4d3e491f9b8e2fda86d0e76 100644 (file)
@@ -3,7 +3,7 @@ OBJS = ../http.cma
 OBJS_OPT = ../http.cmxa
 EXAMPLES_OPTS = -I .. -linkpkg
 
-EXAMPLES = always_ok_daemon webfsd obj_foo dump_args timeout
+EXAMPLES = always_ok_daemon webfsd obj_foo dump_args timeout dont_fork
 
 all: $(EXAMPLES)
 opt: $(patsubst %,%.opt,$(EXAMPLES))