From 8b0e534ac401da8187e67568e392d7635bf0c747 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Dec 2015 16:30:51 +0000 Subject: add timeout example --- src/examples/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/examples/Makefile.am') diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index c3330e6f..495ab52e 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -23,10 +23,11 @@ noinst_PROGRAMS = \ dual_stack_example \ minimal_example_comet \ querystring_example \ + timeout \ fileserver_example \ fileserver_example_dirs \ fileserver_example_external_select \ - refuse_post_example + refuse_post_example if ENABLE_HTTPS @@ -61,6 +62,11 @@ minimal_example_SOURCES = \ minimal_example_LDADD = \ $(top_builddir)/src/microhttpd/libmicrohttpd.la +timeout_SOURCES = \ + timeout.c +timeout_LDADD = \ + $(top_builddir)/src/microhttpd/libmicrohttpd.la + chunked_example_SOURCES = \ chunked_example.c chunked_example_LDADD = \ @@ -156,5 +162,3 @@ https_fileserver_example_CPPFLAGS = \ $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS) https_fileserver_example_LDADD = \ $(top_builddir)/src/microhttpd/libmicrohttpd.la - - -- cgit v1.2.3