Fix the build.
[bbaumbach/samba-autobuild/.git] / source4 / web_server / config.mk
1 # web server subsystem
2
3 #######################
4 # Start SUBSYSTEM WEB
5 [MODULE::WEB]
6 INIT_FUNCTION = server_service_web_init
7 SUBSYSTEM = smbd
8 PRIVATE_PROTO_HEADER = proto.h
9 PRIVATE_DEPENDENCIES = ESP LIBTLS smbcalls process_model 
10 # End SUBSYSTEM WEB
11 #######################
12
13 WEB_OBJ_FILES = $(addprefix web_server/, web_server.o http.o)