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.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 86c8879a..6cc40a87 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -141,8 +141,8 @@ endif
141 141
142 142
143check_PROGRAMS = \ 143check_PROGRAMS = \
144 unit_str_compare \ 144 test_str_compare \
145 unit_str_to_value \ 145 test_str_to_value \
146 test_shutdown_select \ 146 test_shutdown_select \
147 test_shutdown_poll \ 147 test_shutdown_poll \
148 test_daemon 148 test_daemon
@@ -208,8 +208,8 @@ test_shutdown_poll_LDADD = \
208 $(PTHREAD_LIBS) 208 $(PTHREAD_LIBS)
209endif 209endif
210 210
211unit_str_compare_SOURCES = \ 211test_str_compare_SOURCES = \
212 unit_str_test.c test_helpers.h mhd_str.c 212 test_str.c test_helpers.h mhd_str.c
213 213
214unit_str_to_value_SOURCES = \ 214test_str_to_value_SOURCES = \
215 unit_str_test.c test_helpers.h mhd_str.c 215 test_str.c test_helpers.h mhd_str.c