aboutsummaryrefslogtreecommitdiff
path: root/src/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/Makefile.am')
-rw-r--r--src/examples/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 717490bb..5d5ed5bd 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -28,7 +28,8 @@ if ENABLE_HTTPS
28noinst_PROGRAMS += https_fileserver_example 28noinst_PROGRAMS += https_fileserver_example
29endif 29endif
30if HAVE_POSTPROCESSOR 30if HAVE_POSTPROCESSOR
31noinst_PROGRAMS += post_example 31noinst_PROGRAMS += \
32 post_example
32endif 33endif
33 34
34if ENABLE_DAUTH 35if ENABLE_DAUTH