mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
6f0aef31cd
- expanded the generic async name resolver to try multiple methods - added wins resolutions to the list of methods tried - fixed up the random trn id generation to use the good random generator (This used to be commit 266fd2751c01808e5a18d4094032af50554ceb7a)
41 lines
999 B
Makefile
41 lines
999 B
Makefile
[SUBSYSTEM::LIBCLI_UTILS]
|
|
ADD_OBJ_FILES = libcli/util/asn1.o \
|
|
libcli/util/smberr.o \
|
|
libcli/util/doserr.o \
|
|
libcli/util/errormap.o \
|
|
libcli/util/clierror.o \
|
|
libcli/util/nterr.o \
|
|
libcli/util/smbdes.o \
|
|
libcli/util/smbencrypt.o
|
|
|
|
[SUBSYSTEM::LIBCLI_LSA]
|
|
ADD_OBJ_FILES = libcli/util/clilsa.o
|
|
REQUIRED_SUBSYSTEMS = RPC_NDR_LSA
|
|
|
|
[SUBSYSTEM::LIBCLI_COMPOSITE]
|
|
ADD_OBJ_FILES = \
|
|
libcli/composite/composite.o \
|
|
libcli/composite/loadfile.o \
|
|
libcli/composite/savefile.o \
|
|
libcli/composite/connect.o \
|
|
libcli/composite/sesssetup.o
|
|
|
|
[SUBSYSTEM::LIBCLI_NBT]
|
|
ADD_OBJ_FILES = \
|
|
libcli/nbt/nbtname.o \
|
|
libcli/nbt/nbtsocket.o \
|
|
libcli/nbt/namequery.o
|
|
REQUIRED_SUBSYSTEMS = NDR_NBT
|
|
|
|
[SUBSYSTEM::LIBCLI_RESOLVE]
|
|
ADD_OBJ_FILES = \
|
|
libcli/resolve/resolve.o \
|
|
libcli/resolve/nbtlist.o \
|
|
libcli/resolve/bcast.o \
|
|
libcli/resolve/wins.o
|
|
REQUIRED_SUBSYSTEMS = LIBCLI_NBT
|
|
|
|
[SUBSYSTEM::LIBCLI]
|
|
REQUIRED_SUBSYSTEMS = LIBCLI_RAW LIBCLI_UTILS LIBCLI_AUTH \
|
|
LIBCLI_COMPOSITE LIBCLI_NBT LIBCLI_RESOLVE
|