diff options
Diffstat (limited to 'src/examples/Makefile.am')
-rw-r--r-- | src/examples/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index f934d6ad..7ffddff5 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am | |||
@@ -20,6 +20,7 @@ noinst_PROGRAMS = \ | |||
20 | benchmark_https \ | 20 | benchmark_https \ |
21 | chunked_example \ | 21 | chunked_example \ |
22 | minimal_example \ | 22 | minimal_example \ |
23 | minimal_example_empty \ | ||
23 | dual_stack_example \ | 24 | dual_stack_example \ |
24 | minimal_example_comet \ | 25 | minimal_example_comet \ |
25 | querystring_example \ | 26 | querystring_example \ |
@@ -83,6 +84,11 @@ minimal_example_SOURCES = \ | |||
83 | minimal_example_LDADD = \ | 84 | minimal_example_LDADD = \ |
84 | $(top_builddir)/src/microhttpd/libmicrohttpd.la | 85 | $(top_builddir)/src/microhttpd/libmicrohttpd.la |
85 | 86 | ||
87 | minimal_example_empty_SOURCES = \ | ||
88 | minimal_example_empty.c | ||
89 | minimal_example_empty_LDADD = \ | ||
90 | $(top_builddir)/src/microhttpd/libmicrohttpd.la | ||
91 | |||
86 | upgrade_example_SOURCES = \ | 92 | upgrade_example_SOURCES = \ |
87 | upgrade_example.c | 93 | upgrade_example.c |
88 | upgrade_example_CFLAGS = \ | 94 | upgrade_example_CFLAGS = \ |
@@ -216,4 +222,4 @@ http_chunked_compression_LDADD = \ | |||
216 | if HAVE_ZLIB | 222 | if HAVE_ZLIB |
217 | http_compression_LDADD += -lz | 223 | http_compression_LDADD += -lz |
218 | http_chunked_compression_LDADD += -lz | 224 | http_chunked_compression_LDADD += -lz |
219 | endif \ No newline at end of file | 225 | endif |