aboutsummaryrefslogtreecommitdiff
path: root/src/examples/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-04-20 22:59:49 +0000
committerChristian Grothoff <christian@grothoff.org>2008-04-20 22:59:49 +0000
commite4f1f8fc4a0485b37f581b422746a6a620367329 (patch)
tree8e6a50a23dce81a11f9641d693422672922e40c3 /src/examples/Makefile.am
parent0cfd955fd733f1cf32d207cdc08718184528d871 (diff)
downloadlibmicrohttpd-e4f1f8fc4a0485b37f581b422746a6a620367329.tar.gz
libmicrohttpd-e4f1f8fc4a0485b37f581b422746a6a620367329.zip
another example
Diffstat (limited to 'src/examples/Makefile.am')
-rw-r--r--src/examples/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 4111fa1e..3b87ba5a 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -21,3 +21,9 @@ fileserver_example_SOURCES = \
21fileserver_example_LDADD = \ 21fileserver_example_LDADD = \
22 $(top_builddir)/src/daemon/libmicrohttpd.la 22 $(top_builddir)/src/daemon/libmicrohttpd.la
23 23
24
25fileserver_example_external_select_SOURCES = \
26 fileserver_example_external_select.c
27fileserver_example_external_select_LDADD = \
28 $(top_builddir)/src/daemon/libmicrohttpd.la
29