aboutsummaryrefslogtreecommitdiff
path: root/src/examples/Makefile.am
diff options
context:
space:
mode:
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