libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 185f557efcf47785ff4a68190b0d5d112dae4e53
parent 56ef662d4d9fca43a010a41d738ce08dd292f304
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Tue, 23 Dec 2025 10:19:12 +0100

Correction for: Renamed mhd_const.c to align with other filenames

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

diff --git a/src/mhd2/Makefile.am b/src/mhd2/Makefile.am @@ -72,7 +72,7 @@ libmicrohttpd2_la_SOURCES = \ mhd_request.h mhd_reply.h mhd_response.h \ http_method.h http_prot_ver.h \ http_status_str.c http_status_str.h \ - mhd_enum_to_str \ + mhd_enum_to_str.c \ action.c mhd_action.h \ dcc_action.c mhd_dcc_action.h \ events_process.c events_process.h \