mirror of
https://github.com/samba-team/samba.git
synced 2025-10-28 03:33:13 +03:00
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.
13 lines
269 B
Makefile
13 lines
269 B
Makefile
################################################
|
|
# Start SUBSYSTEM LIBTLS
|
|
[SUBSYSTEM::LIBTLS]
|
|
OBJ_FILES = \
|
|
tls.o \
|
|
tlscert.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBTALLOC EXT_LIB_GNUTLS
|
|
NOPROTO = YES
|
|
#
|
|
# End SUBSYSTEM LIBTLS
|
|
################################################
|