summaryrefslogtreecommitdiff
path: root/source4/web_server/config.mk
blob: 810cc7f4306f8ddf451393e0c4ca1ec7985631ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# web server subsystem

#######################
# Start SUBSYSTEM WEB
[MODULE::WEB]
INIT_FUNCTION = server_service_web_init
ENABLE = NO
SUBSYSTEM = smbd
PRIVATE_DEPENDENCIES = ESP LIBTLS smbcalls process_model 
# End SUBSYSTEM WEB
#######################

WEB_OBJ_FILES = $(addprefix $(web_serversrcdir)/, web_server.o esp.o wsgi.o) 

$(eval $(call proto_header_template,$(web_serversrcdir)/proto.h,$(WEB_OBJ_FILES:.o=.c)))