diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 67302b2f..e28fdf6c 100644 --- a/doc/examples/Makefile.am +++ b/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