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.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 1f4ffca3..64890de3 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -155,6 +155,7 @@ check_PROGRAMS = \
155 test_str_to_value \ 155 test_str_to_value \
156 test_str_token \ 156 test_str_token \
157 test_http_reasons \ 157 test_http_reasons \
158 test_md5 \
158 test_start_stop \ 159 test_start_stop \
159 test_daemon \ 160 test_daemon \
160 test_options 161 test_options
@@ -316,6 +317,10 @@ test_http_reasons_SOURCES = \
316 test_http_reasons.c \ 317 test_http_reasons.c \
317 reason_phrase.c mhd_str.c mhd_str.h 318 reason_phrase.c mhd_str.c mhd_str.h
318 319
320test_md5_SOURCES = \
321 test_md5.c test_helpers.h \
322 md5.c md5.h
323
319test_options_SOURCES = \ 324test_options_SOURCES = \
320 test_options.c 325 test_options.c
321test_options_LDADD = \ 326test_options_LDADD = \