commit 9ae3c8fecba1ad68e005ae3fb0a9d60508ab4f1c parent a51243e6eb5d032287f1f1ee89155ad4dde72fce Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 6 Feb 2012 21:49:41 +0000 -fixing #2143 Diffstat:
| M | src/examples/Makefile.am | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am @@ -15,7 +15,6 @@ endif # example programs noinst_PROGRAMS = \ -authorization_example \ minimal_example \ dual_stack_example \ minimal_example_comet \ @@ -31,7 +30,9 @@ noinst_PROGRAMS += https_fileserver_example endif if ENABLE_DAUTH -noinst_PROGRAMS += digest_auth_example +noinst_PROGRAMS += \ + authorization_example \ + digest_auth_example endif if HAVE_W32