Fixed build with --disable-bauth

This commit is contained in:
Evgeny Grin (Karlson2k)
2020-12-27 18:09:43 +03:00
parent a061caa22e
commit 72e1143ce7
+6 -2
View File
@@ -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 += \