mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
d8e35f8828
the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time. (This used to be commit b24f2583edee38abafa58578d8b5c4b43e517def)
12 lines
213 B
Makefile
12 lines
213 B
Makefile
# web server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM WEB
|
|
[SUBSYSTEM::WEB]
|
|
OBJ_FILES = \
|
|
web_server.o \
|
|
http.o
|
|
REQUIRED_SUBSYSTEMS = ESP LIBTLS SMBCALLS
|
|
# End SUBSYSTEM WEB
|
|
#######################
|