mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
806c5c9621
(This used to be commit fac9871122
)
15 lines
316 B
Makefile
15 lines
316 B
Makefile
# web server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM WEB
|
|
[MODULE::WEB]
|
|
INIT_FUNCTION = server_service_web_init
|
|
SUBSYSTEM = service
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = \
|
|
web_server.o \
|
|
http.o
|
|
PUBLIC_DEPENDENCIES = ESP LIBTLS smbcalls process_model
|
|
# End SUBSYSTEM WEB
|
|
#######################
|