1
0
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:
Andrew Tridgell 2005-04-03 04:36:00 +00:00 committed by Gerald (Jerry) Carter
parent 10d64a5253
commit 47e1452da0
2 changed files with 9 additions and 1 deletions

View File

@ -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;

View File

@ -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