1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

18 lines
403 B
Makefile
Raw Normal View History

#################################
# Start SUBSYSTEM LIBCLI_AUTH
[SUBSYSTEM::LIBCLI_AUTH]
PRIVATE_PROTO_HEADER = proto.h
PUBLIC_DEPENDENCIES = \
MSRPC_PARSE \
LIBSAMBA-HOSTCONFIG
# End SUBSYSTEM LIBCLI_AUTH
#################################
LIBCLI_AUTH_OBJ_FILES = $(addprefix libcli/auth/, \
credentials.o \
session.o \
smbencrypt.o \
smbdes.o)
PUBLIC_HEADERS += libcli/auth/credentials.h