File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
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 benchmark_nodelay deferred_with_accumulator file_upload file_upload_with_callback
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 minimal_https minimal_file_response minimal_deferred url_registration minimal_ip_ban benchmark_select benchmark_threads benchmark_nodelay deferred_with_accumulator file_upload file_upload_with_callback
2323
2424hello_world_SOURCES = hello_world.cpp
2525service_SOURCES = service.cpp
@@ -31,7 +31,6 @@ hello_with_get_arg_SOURCES = hello_with_get_arg.cpp
3131setting_headers_SOURCES = setting_headers.cpp
3232custom_access_log_SOURCES = custom_access_log.cpp
3333basic_authentication_SOURCES = basic_authentication.cpp
34- digest_authentication_SOURCES = digest_authentication.cpp
3534minimal_https_SOURCES = minimal_https.cpp
3635minimal_file_response_SOURCES = minimal_file_response.cpp
3736minimal_deferred_SOURCES = minimal_deferred.cpp
@@ -49,3 +48,8 @@ LDADD += -lgnutls
4948noinst_PROGRAMS += minimal_https_psk
5049minimal_https_psk_SOURCES = minimal_https_psk.cpp
5150endif
51+
52+ if HAVE_DAUTH
53+ noinst_PROGRAMS += digest_authentication
54+ digest_authentication_SOURCES = digest_authentication.cpp
55+ endif
You can’t perform that action at this time.
0 commit comments