libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit f493fd84dc01ed2940e56de0634772ddb4e56139
parent 182ed3a0e02f5b339f6198c46d562fef30577a4a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 28 Jul 2021 13:04:27 +0300

Makefile fixed for dist* targets

Diffstat:
Msrc/microhttpd/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am @@ -366,10 +366,10 @@ test_str_token_SOURCES = \ test_str_token.c mhd_str.c mhd_str.h test_str_token_remove_SOURCES = \ - test_str_token_remove.c mhd_str.c mhd_str.h mhd_assert.h mhd_options.h + test_str_token_remove.c mhd_str.c mhd_str.h mhd_assert.h ../include/mhd_options.h test_str_tokens_remove_SOURCES = \ - test_str_tokens_remove.c mhd_str.c mhd_str.h mhd_assert.h mhd_options.h + test_str_tokens_remove.c mhd_str.c mhd_str.h mhd_assert.h ../include/mhd_options.h test_http_reasons_SOURCES = \ test_http_reasons.c \