libmicrohttpd

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

commit 8823f63b50444c618d6d3e8be10b474ad4c91573
parent 76cf7d7f5877a3ce0f3bb131aa6e6f420d5b98eb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  2 May 2017 18:55:44 +0200

fix dist issue

Diffstat:
Msrc/microhttpd/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am @@ -253,4 +253,4 @@ test_str_to_value_SOURCES = \ test_http_reasons_SOURCES = \ test_http_reasons.c \ - reason_phrase.c microhttpd.h mhd_str.c mhd_str.h + reason_phrase.c mhd_str.c mhd_str.h