aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 9bf5acea..7573fa7a 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -110,7 +110,7 @@ if USE_COVERAGE
110 AM_CFLAGS += --coverage 110 AM_CFLAGS += --coverage
111endif 111endif
112 112
113if !HAVE_TSEARCH 113if !MHD_HAVE_TSEARCH
114libmicrohttpd_la_SOURCES += \ 114libmicrohttpd_la_SOURCES += \
115 tsearch.c tsearch.h 115 tsearch.c tsearch.h
116endif 116endif