Просмотр исходного кода

Excluded example with basic auth when basic auth is disabled

Evgeny Grin (Karlson2k) 2 лет назад
Родитель
Сommit
b6ca2e66c5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      doc/examples/Makefile.am

+ 2 - 2
doc/examples/Makefile.am

@@ -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