Excluded example with basic auth when basic auth is disabled

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-02-27 18:24:01 +01:00
parent 5f73f3a15a
commit a7777c99cb
+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