diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2024-02-20 21:08:59 +0500 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2024-02-20 21:08:59 +0500 |
commit | b6ca2e66c598a4fbb54fbfa9ab6d5fb43724ef5f (patch) | |
tree | 10f00555f5498ad63c9ae9bdf3c995d245a5c476 | |
parent | 7f86b4e0bf02f81a1ef3a7a8e24b644710f359c6 (diff) | |
download | libmicrohttpd-b6ca2e66c598a4fbb54fbfa9ab6d5fb43724ef5f.tar.gz libmicrohttpd-b6ca2e66c598a4fbb54fbfa9ab6d5fb43724ef5f.zip |
Excluded example with basic auth when basic auth is disabled
-rw-r--r-- | doc/examples/Makefile.am | 4 |
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 = \ | |||
28 | if ENABLE_BAUTH | 28 | if ENABLE_BAUTH |
29 | noinst_PROGRAMS += \ | 29 | noinst_PROGRAMS += \ |
30 | basicauthentication | 30 | basicauthentication |
31 | endif | ||
32 | |||
33 | if ENABLE_HTTPS | 31 | if ENABLE_HTTPS |
34 | noinst_PROGRAMS += \ | 32 | noinst_PROGRAMS += \ |
35 | tlsauthentication | 33 | tlsauthentication |
36 | endif | 34 | endif |
35 | endif | ||
36 | |||
37 | if HAVE_POSTPROCESSOR | 37 | if HAVE_POSTPROCESSOR |
38 | noinst_PROGRAMS += simplepost largepost sessions | 38 | noinst_PROGRAMS += simplepost largepost sessions |
39 | endif | 39 | endif |