mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c
15 lines
412 B
Makefile
15 lines
412 B
Makefile
# web server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM WEB
|
|
[MODULE::WEB]
|
|
INIT_FUNCTION = server_service_web_init
|
|
SUBSYSTEM = samba
|
|
PRIVATE_DEPENDENCIES = LIBTLS smbcalls process_model LIBPYTHON
|
|
# 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)))
|