commit 72e1143ce7b263012c2d8ef8b5e0fbb361b1d574
parent a061caa22e732288ea21c109cb5de64ed28edf10
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 27 Dec 2020 18:09:43 +0300
Fixed build with --disable-bauth
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
@@ -12,10 +12,14 @@ endif
# example programs
noinst_PROGRAMS = \
- basicauthentication \
hellobrowser \
logging \
- responseheaders
+ responseheaders
+
+if ENABLE_BAUTH
+noinst_PROGRAMS += \
+ basicauthentication
+endif
if ENABLE_HTTPS
noinst_PROGRAMS += \