diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 7bb02dac..ee4c3ce6 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -12,10 +12,14 @@ endif # example programs noinst_PROGRAMS = \ - basicauthentication \ hellobrowser \ logging \ - responseheaders + responseheaders + +if ENABLE_BAUTH +noinst_PROGRAMS += \ + basicauthentication +endif if ENABLE_HTTPS noinst_PROGRAMS += \