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.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 1eb67a6e..540dd26d 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -147,6 +147,8 @@ fileserver_example_external_select_LDADD = \
147 147
148https_fileserver_example_SOURCES = \ 148https_fileserver_example_SOURCES = \
149https_fileserver_example.c 149https_fileserver_example.c
150https_fileserver_example_CPPFLAGS = \
151 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
150https_fileserver_example_LDADD = \ 152https_fileserver_example_LDADD = \
151 $(top_builddir)/src/microhttpd/libmicrohttpd.la 153 $(top_builddir)/src/microhttpd/libmicrohttpd.la
152 154