File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1919LDADD = $(top_builddir ) /src/libhttpserver.la
2020AM_CPPFLAGS = -I$(top_srcdir ) /src -I$(top_srcdir ) /src/httpserver/
2121METASOURCES = AUTO
22- noinst_PROGRAMS = hello_world service minimal_hello_world custom_error allowing_disallowing_methods handlers hello_with_get_arg setting_headers custom_access_log basic_authentication digest_authentication minimal_https minimal_file_response minimal_deferred url_registration minimal_ip_ban benchmark_select benchmark_threads deferred_with_accumulator
22+ noinst_PROGRAMS = hello_world service minimal_hello_world custom_error allowing_disallowing_methods handlers hello_with_get_arg setting_headers custom_access_log basic_authentication digest_authentication minimal_https minimal_file_response minimal_deferred url_registration minimal_ip_ban benchmark_select benchmark_threads benchmark_nodelay deferred_with_accumulator
2323
2424hello_world_SOURCES = hello_world.cpp
2525service_SOURCES = service.cpp
@@ -40,3 +40,4 @@ url_registration_SOURCES = url_registration.cpp
4040minimal_ip_ban_SOURCES = minimal_ip_ban.cpp
4141benchmark_select_SOURCES = benchmark_select.cpp
4242benchmark_threads_SOURCES = benchmark_threads.cpp
43+ benchmark_nodelay_SOURCES = benchmark_nodelay.cpp
You can’t perform that action at this time.
0 commit comments