mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
bc4aebfaec
Re-introduce and use the OUTPUT_TYPE property for MODULEs to force
specific modules to always be included
(This used to be commit f9eede3d40
)
11 lines
266 B
Makefile
11 lines
266 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBCLI_AUTH
|
|
[SUBSYSTEM::LIBCLI_AUTH]
|
|
OBJ_FILES = credentials.o \
|
|
session.o \
|
|
smbencrypt.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
AUTH SCHANNELDB gensec_ntlmssp
|
|
# End SUBSYSTEM LIBCLI_AUTH
|
|
#################################
|