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

#######################
# Start SUBSYSTEM WEB
[SUBSYSTEM::WEB]
PRIVATE_PROTO_HEADER = proto.h
OBJ_FILES = \
		web_server.o \
		http.o
REQUIRED_SUBSYSTEMS = ESP LIBTLS SMBCALLS
# End SUBSYSTEM WEB
#######################