1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

17 lines
294 B
Makefile
Raw Normal View History

# client subsystem
#################################
# Start BINARY smbclient
[BINARY::smbclient]
OBJ_FILES = \
client/client.o
REQUIRED_SUBSYSTEMS = \
CONFIG \
LIBCMDLINE \
LIBBASIC \
LIBSMB \
RPC_NDR_SRVSVC \
LIBCLI_LSA
# End BINARY smbclient
#################################