]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/examples/Makefile
added client_address example which show the ability to retrieve client
[helm.git] / helm / DEVEL / ocaml-http / examples / Makefile
index b6b416e975079b9ff52a32166767f2374c15b827..6988880da658aac9c774e6c8c3aa1cbe09d0a6e4 100644 (file)
@@ -7,7 +7,7 @@ EXAMPLES_FLAGS = -I .. -linkpkg
 
 EXAMPLES =     \
        always_ok_daemon webfsd obj_foo dump_args timeout dont_fork     \
-       threads chdir damned_recursion oo_daemon
+       threads chdir damned_recursion oo_daemon client_address
 
 all: $(EXAMPLES)
 opt: $(patsubst %,%.opt,$(EXAMPLES))