summaryrefslogtreecommitdiff
path: root/source4/web_server/config.mk
blob: a0d5be7c37f5919f98dafb585d6798910169767c (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
#######################