Deal with c_req send errors asynchronously
[Samba/vfs_proxy.git] / source4 / web_server / config.mk
blobe034590111d094ab686280f291c69d57c9b11f47
1 # web server subsystem
3 #######################
4 # Start SUBSYSTEM WEB
5 [MODULE::WEB]
6 INIT_FUNCTION = server_service_web_init
7 SUBSYSTEM = samba
8 PRIVATE_DEPENDENCIES = LIBTLS smbcalls process_model LIBPYTHON
9 # End SUBSYSTEM WEB
10 #######################
12 WEB_OBJ_FILES = $(addprefix $(web_serversrcdir)/, web_server.o wsgi.o)
14 $(eval $(call proto_header_template,$(web_serversrcdir)/proto.h,$(WEB_OBJ_FILES:.o=.c)))