mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
af61fb8771
rafal
(This used to be commit be3b283b20
)
20 lines
509 B
Makefile
20 lines
509 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/libnet_share.o \
|
|
libnet/userinfo.o \
|
|
libnet/userman.o \
|
|
libnet/domain.o
|
|
REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_SRVSVC LIBCLI_COMPOSITE LIBSAMBA3
|
|
# End SUBSYSTEM LIBNET
|
|
#################################
|