mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
6129aa0cf5
metze
(cherry picked from commit 9a1a00199c
)
15 lines
425 B
Makefile
15 lines
425 B
Makefile
# web server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM WEB
|
|
[MODULE::WEB]
|
|
INIT_FUNCTION = server_service_web_init
|
|
SUBSYSTEM = service
|
|
PRIVATE_DEPENDENCIES = LIBTLS smbcalls process_model LIBPYTHON LIBTSOCKET
|
|
# End SUBSYSTEM WEB
|
|
#######################
|
|
|
|
WEB_OBJ_FILES = $(addprefix $(web_serversrcdir)/, web_server.o wsgi.o)
|
|
|
|
$(eval $(call proto_header_template,$(web_serversrcdir)/proto.h,$(WEB_OBJ_FILES:.o=.c)))
|