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 680201af..86c8879a 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -142,6 +142,7 @@ endif
142 142
143check_PROGRAMS = \ 143check_PROGRAMS = \
144 unit_str_compare \ 144 unit_str_compare \
145 unit_str_to_value \
145 test_shutdown_select \ 146 test_shutdown_select \
146 test_shutdown_poll \ 147 test_shutdown_poll \
147 test_daemon 148 test_daemon
@@ -209,3 +210,6 @@ endif
209 210
210unit_str_compare_SOURCES = \ 211unit_str_compare_SOURCES = \
211 unit_str_test.c test_helpers.h mhd_str.c 212 unit_str_test.c test_helpers.h mhd_str.c
213
214unit_str_to_value_SOURCES = \
215 unit_str_test.c test_helpers.h mhd_str.c