Browse Source

Excluded example with basic auth when basic auth is disabled

Evgeny Grin (Karlson2k) 2 năm trước cách đây
mục cha
commit
b6ca2e66c5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      doc/examples/Makefile.am

+ 2 - 2
doc/examples/Makefile.am

@@ -28,12 +28,12 @@ noinst_PROGRAMS = \
 if ENABLE_BAUTH
 if ENABLE_BAUTH
 noinst_PROGRAMS += \
 noinst_PROGRAMS += \
   basicauthentication
   basicauthentication
-endif
-
 if ENABLE_HTTPS
 if ENABLE_HTTPS
 noinst_PROGRAMS += \
 noinst_PROGRAMS += \
   tlsauthentication
   tlsauthentication
 endif
 endif
+endif
+
 if HAVE_POSTPROCESSOR
 if HAVE_POSTPROCESSOR
 noinst_PROGRAMS += simplepost largepost sessions 
 noinst_PROGRAMS += simplepost largepost sessions 
 endif
 endif