aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-27 18:09:43 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-27 18:09:43 +0300
commit72e1143ce7b263012c2d8ef8b5e0fbb361b1d574 (patch)
treef1a5882b93038a2a5d74c1c56fa691f55fa3882d /doc
parenta061caa22e732288ea21c109cb5de64ed28edf10 (diff)
downloadlibmicrohttpd-72e1143ce7b263012c2d8ef8b5e0fbb361b1d574.tar.gz
libmicrohttpd-72e1143ce7b263012c2d8ef8b5e0fbb361b1d574.zip
Fixed build with --disable-bauth
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 7bb02dac..ee4c3ce6 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -12,10 +12,14 @@ endif
12 12
13# example programs 13# example programs
14noinst_PROGRAMS = \ 14noinst_PROGRAMS = \
15 basicauthentication \
16 hellobrowser \ 15 hellobrowser \
17 logging \ 16 logging \
18 responseheaders 17 responseheaders
18
19if ENABLE_BAUTH
20noinst_PROGRAMS += \
21 basicauthentication
22endif
19 23
20if ENABLE_HTTPS 24if ENABLE_HTTPS
21noinst_PROGRAMS += \ 25noinst_PROGRAMS += \