mirror of
https://github.com/samba-team/samba.git
synced 2025-02-12 21:58:10 +03:00
This brings in a compatability layer for Samba3 in Samba4 - where we will start to define file formats and similar details. The 'net samdump' command uses 'password server = ' for now, and performs a similar task to Samba3's 'net rpc samsync'. Andrew Bartlett (This used to be commit 550f17f9924fe783917318753de7d1a388423908)
18 lines
463 B
Makefile
18 lines
463 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBNET
|
|
[SUBSYSTEM::LIBNET]
|
|
INIT_OBJ_FILES = \
|
|
libnet/libnet.o
|
|
ADD_OBJ_FILES = \
|
|
libnet/libnet_passwd.o \
|
|
libnet/libnet_time.o \
|
|
libnet/libnet_rpc.o \
|
|
libnet/libnet_join.o \
|
|
libnet/libnet_vampire.o \
|
|
libnet/libnet_user.o \
|
|
libnet/userinfo.o \
|
|
libnet/userman.o
|
|
REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_SRVSVC LIBCLI_COMPOSITE LIBSAMBA3
|
|
# End SUBSYSTEM LIBNET
|
|
#################################
|