aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r--src/daemon/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index d1ac855c..ca20a58f 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -29,6 +29,11 @@ if USE_COVERAGE
29 AM_CFLAGS = --coverage 29 AM_CFLAGS = --coverage
30endif 30endif
31 31
32if !HAVE_TSEARCH
33libmicrohttpd_la_SOURCES += \
34 tsearch.c tsearch.h
35endif
36
32if HAVE_POSTPROCESSOR 37if HAVE_POSTPROCESSOR
33libmicrohttpd_la_SOURCES += \ 38libmicrohttpd_la_SOURCES += \
34 postprocessor.c 39 postprocessor.c