mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
r6185: added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLI
This commit is contained in:
parent
10d64a5253
commit
47e1452da0
@ -172,6 +172,8 @@ struct nbt_name_register_bcast;
|
||||
struct nbt_name_refresh_wins;
|
||||
struct nbt_name_register_wins;
|
||||
|
||||
struct nbt_dgram_packet;
|
||||
|
||||
struct messaging_context;
|
||||
struct stream_connection;
|
||||
struct task_server;
|
||||
|
@ -35,6 +35,11 @@ ADD_OBJ_FILES = \
|
||||
libcli/nbt/namerelease.o
|
||||
REQUIRED_SUBSYSTEMS = LIBNDR_RAW NDR_NBT SOCKET LIBCLI_COMPOSITE_BASE LIBEVENTS
|
||||
|
||||
[SUBSYSTEM::LIBCLI_DGRAM]
|
||||
ADD_OBJ_FILES = \
|
||||
libcli/dgram/dgramsocket.o
|
||||
REQUIRED_SUBSYSTEMS = LIBCLI_NBT
|
||||
|
||||
[SUBSYSTEM::LIBCLI_WINS]
|
||||
ADD_OBJ_FILES = \
|
||||
libcli/wins/winsrepl.o
|
||||
@ -51,4 +56,5 @@ REQUIRED_SUBSYSTEMS = LIBCLI_NBT
|
||||
|
||||
[SUBSYSTEM::LIBCLI]
|
||||
REQUIRED_SUBSYSTEMS = LIBCLI_RAW LIBCLI_UTILS LIBCLI_AUTH \
|
||||
LIBCLI_COMPOSITE LIBCLI_NBT LIB_SECURITY LIBCLI_RESOLVE
|
||||
LIBCLI_COMPOSITE LIBCLI_NBT LIB_SECURITY LIBCLI_RESOLVE \
|
||||
LIBCLI_DGRAM
|
||||
|
Loading…
x
Reference in New Issue
Block a user