aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-02-20 21:08:59 +0500
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-02-20 21:08:59 +0500
commitb6ca2e66c598a4fbb54fbfa9ab6d5fb43724ef5f (patch)
tree10f00555f5498ad63c9ae9bdf3c995d245a5c476
parent7f86b4e0bf02f81a1ef3a7a8e24b644710f359c6 (diff)
downloadlibmicrohttpd-b6ca2e66c598a4fbb54fbfa9ab6d5fb43724ef5f.tar.gz
libmicrohttpd-b6ca2e66c598a4fbb54fbfa9ab6d5fb43724ef5f.zip
Excluded example with basic auth when basic auth is disabled
-rw-r--r--doc/examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 67302b2f..e28fdf6c 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -28,12 +28,12 @@ noinst_PROGRAMS = \
28if ENABLE_BAUTH 28if ENABLE_BAUTH
29noinst_PROGRAMS += \ 29noinst_PROGRAMS += \
30 basicauthentication 30 basicauthentication
31endif
32
33if ENABLE_HTTPS 31if ENABLE_HTTPS
34noinst_PROGRAMS += \ 32noinst_PROGRAMS += \
35 tlsauthentication 33 tlsauthentication
36endif 34endif
35endif
36
37if HAVE_POSTPROCESSOR 37if HAVE_POSTPROCESSOR
38noinst_PROGRAMS += simplepost largepost sessions 38noinst_PROGRAMS += simplepost largepost sessions
39endif 39endif