Excluded example with basic auth when basic auth is disabled

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-02-20 21:08:59 +05:00
parent 7f86b4e0bf
commit b6ca2e66c5
+2 -2
View File
@@ -28,12 +28,12 @@ noinst_PROGRAMS = \
if ENABLE_BAUTH
noinst_PROGRAMS += \
basicauthentication
endif
if ENABLE_HTTPS
noinst_PROGRAMS += \
tlsauthentication
endif
endif
if HAVE_POSTPROCESSOR
noinst_PROGRAMS += simplepost largepost sessions
endif