1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/utils/net/config.mk
Stefan Metzmacher bc3a20e9d8 r1879: - add a user sub struct in net_context
- add 'net password change' command
  (it doesn'T work yet because libnet_rpc_connect() isn't implemented yet,
   and we don't fill in the net_context user substruct yet)

metze
(This used to be commit 939da063cd)
2007-10-10 12:58:07 -05:00

17 lines
285 B
Makefile

# utils/net subsystem
#################################
# Start BINARY net
[BINARY::net]
OBJ_FILES = \
utils/net/net.o \
utils/net/net_password.o
REQUIRED_SUBSYSTEMS = \
CONFIG \
LIBCMDLINE \
LIBBASIC \
LIBSMB \
LIBNET
# End BINARY net
#################################