mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
4c70cda986
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
18 lines
488 B
Makefile
18 lines
488 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBCLI_AUTH
|
|
[SUBSYSTEM::LIBCLI_AUTH]
|
|
PUBLIC_DEPENDENCIES = \
|
|
MSRPC_PARSE \
|
|
LIBSAMBA-HOSTCONFIG
|
|
# End SUBSYSTEM LIBCLI_AUTH
|
|
#################################
|
|
|
|
LIBCLI_AUTH_OBJ_FILES = $(addprefix $(libclisrcdir)/auth/, \
|
|
credentials.o \
|
|
session.o \
|
|
smbencrypt.o \
|
|
smbdes.o)
|
|
|
|
PUBLIC_HEADERS += $(libclisrcdir)/auth/credentials.h
|
|
$(eval $(call proto_header_template,$(libclisrcdir)/auth/proto.h,$(LIBCLI_AUTH_OBJ_FILES:.o=.c)))
|