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.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index f114b41a..042f46c4 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -237,6 +237,7 @@ check_PROGRAMS = \
237 test_client_put_chunked_steps_close \ 237 test_client_put_chunked_steps_close \
238 test_client_put_chunked_steps_hard_close \ 238 test_client_put_chunked_steps_hard_close \
239 test_options \ 239 test_options \
240 test_mhd_version \
240 test_set_panic 241 test_set_panic
241 242
242if ENABLE_MD5 243if ENABLE_MD5
@@ -650,4 +651,9 @@ test_dauth_userhash_SOURCES = \
650test_dauth_userhash_LDADD = \ 651test_dauth_userhash_LDADD = \
651 libmicrohttpd.la 652 libmicrohttpd.la
652 653
654test_mhd_version_SOURCES = \
655 test_mhd_version.c
656test_mhd_version_LDADD = \
657 libmicrohttpd.la
658
653.PHONY: update-po-POTFILES.in 659.PHONY: update-po-POTFILES.in