Răsfoiți Sursa

Excluded example with basic auth when basic auth is disabled

Evgeny Grin (Karlson2k) 2 ani în urmă
părinte
comite
a7777c99cb
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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