s4:web_server: use tsocket_address functions to get the local ip and port
[Samba/gebeck_regimport.git] / source4 / web_server / config.mk
blob74ecdb5f19654741771cb94ae036b23ab75ddc7b
1 # web server subsystem
3 #######################
4 # Start SUBSYSTEM WEB
5 [MODULE::WEB]
6 INIT_FUNCTION = server_service_web_init
7 SUBSYSTEM = service
8 PRIVATE_DEPENDENCIES = LIBTLS smbcalls process_model LIBPYTHON LIBTSOCKET
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)))