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

#######################
# Start SUBSYSTEM WEB
[SUBSYSTEM::WEB]
INIT_OBJ_FILES = \
		web_server.o
ADD_OBJ_FILES = \
		http.o
REQUIRED_SUBSYSTEMS = ESP LIBTLS SMBCALLS
# End SUBSYSTEM WEB
#######################