1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/client/config.mk
Stefan Metzmacher 6ac53d211d r866: convert the rest of the binaries to config.mk files
metze
(This used to be commit 0f8c193ac3)
2007-10-10 12:56:13 -05:00

16 lines
280 B
Makefile

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