mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
a1a842eb44
make the testnonblock skip some things. The socket *under* the tls socket is still tested. Andrew Bartlett (This used to be commit 9c33c6a20a77e3f15eac3d62488117517afad940)
12 lines
276 B
Makefile
12 lines
276 B
Makefile
################################################
|
|
# Start SUBSYSTEM LIBTLS
|
|
[SUBSYSTEM::LIBTLS]
|
|
OBJ_FILES = \
|
|
tls.o \
|
|
tlscert.o
|
|
PUBLIC_DEPENDENCIES = \
|
|
LIBTALLOC GNUTLS LIBSAMBA-CONFIG samba-socket
|
|
#
|
|
# End SUBSYSTEM LIBTLS
|
|
################################################
|