1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-24 04:23:53 +03:00
Files
samba-mirror/source/lib/tls/config.mk
Andrew Tridgell 950500f603 r7742: abstracted out the tls code from the web server, so that our other servers
can easily become tls enabled. This will be used to add support for ldaps
2007-10-10 13:18:29 -05:00

13 lines
289 B
Makefile

################################################
# Start SUBSYSTEM LIBTLS
[SUBSYSTEM::LIBTLS]
ADD_OBJ_FILES = \
lib/tls/tls.o \
lib/tls/tlscert.o
REQUIRED_SUBSYSTEMS = \
LIBTALLOC EXT_LIB_GNUTLS
NOPROTO = YES
#
# End SUBSYSTEM LIBTLS
################################################