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.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index e610c1df..fb10b0a2 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -157,6 +157,7 @@ endif
157check_PROGRAMS = \ 157check_PROGRAMS = \
158 test_str_compare \ 158 test_str_compare \
159 test_str_to_value \ 159 test_str_to_value \
160 test_str_from_value \
160 test_str_token \ 161 test_str_token \
161 test_str_token_remove \ 162 test_str_token_remove \
162 test_str_tokens_remove \ 163 test_str_tokens_remove \
@@ -358,6 +359,9 @@ test_str_compare_SOURCES = \
358test_str_to_value_SOURCES = \ 359test_str_to_value_SOURCES = \
359 test_str.c test_helpers.h mhd_str.c mhd_str.h 360 test_str.c test_helpers.h mhd_str.c mhd_str.h
360 361
362test_str_from_value_SOURCES = \
363 test_str.c test_helpers.h mhd_str.c mhd_str.h
364
361test_str_token_SOURCES = \ 365test_str_token_SOURCES = \
362 test_str_token.c mhd_str.c mhd_str.h 366 test_str_token.c mhd_str.c mhd_str.h
363 367