mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
adbb1612c1
upstream sources. This makes it much easier to keep it up to date. I will separate out the mpr code into lib/appweb/mpr next (This used to be commit 52db7a052baeb0f11361ed69b71cb790039e3cc9)
13 lines
256 B
Makefile
13 lines
256 B
Makefile
# web server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM WEB
|
|
[SUBSYSTEM::WEB]
|
|
INIT_OBJ_FILES = \
|
|
web_server/web_server.o
|
|
ADD_OBJ_FILES = \
|
|
web_server/http.o
|
|
REQUIRED_SUBSYSTEMS = ESP LIBTLS SMBCALLS
|
|
# End SUBSYSTEM WEB
|
|
#######################
|