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 5f6423b3..680201af 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -141,6 +141,7 @@ endif
141 141
142 142
143check_PROGRAMS = \ 143check_PROGRAMS = \
144 unit_str_compare \
144 test_shutdown_select \ 145 test_shutdown_select \
145 test_shutdown_poll \ 146 test_shutdown_poll \
146 test_daemon 147 test_daemon
@@ -205,3 +206,6 @@ test_shutdown_poll_CFLAGS = \
205test_shutdown_poll_LDADD = \ 206test_shutdown_poll_LDADD = \
206 $(PTHREAD_LIBS) 207 $(PTHREAD_LIBS)
207endif 208endif
209
210unit_str_compare_SOURCES = \
211 unit_str_test.c test_helpers.h mhd_str.c