mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
6a689c23e8
This reverts commit 05ea5e23cf
.
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)))
|