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, 2 insertions, 0 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index a802b580..ef5f9bb5 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -295,9 +295,11 @@ endif
295endif 295endif
296 296
297if HAVE_ANYAUTH 297if HAVE_ANYAUTH
298if HAVE_MESSAGES
298check_PROGRAMS += \ 299check_PROGRAMS += \
299 test_auth_parse 300 test_auth_parse
300endif 301endif
302endif
301if ENABLE_DAUTH 303if ENABLE_DAUTH
302check_PROGRAMS += \ 304check_PROGRAMS += \
303 test_str_quote \ 305 test_str_quote \