diff options
Diffstat (limited to 'src/examples/Makefile.am')
-rw-r--r-- | src/examples/Makefile.am | 3 |
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 | |||
28 | noinst_PROGRAMS += https_fileserver_example | 28 | noinst_PROGRAMS += https_fileserver_example |
29 | endif | 29 | endif |
30 | if HAVE_POSTPROCESSOR | 30 | if HAVE_POSTPROCESSOR |
31 | noinst_PROGRAMS += post_example | 31 | noinst_PROGRAMS += \ |
32 | post_example | ||
32 | endif | 33 | endif |
33 | 34 | ||
34 | if ENABLE_DAUTH | 35 | if ENABLE_DAUTH |