svn commit: samba r6185 - in branches/SAMBA_4_0/source: include libcli

tridge at samba.org tridge at samba.org
Sun Apr 3 04:36:00 GMT 2005


Author: tridge
Date: 2005-04-03 04:36:00 +0000 (Sun, 03 Apr 2005)
New Revision: 6185

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6185

Log:
added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLI

Modified:
   branches/SAMBA_4_0/source/include/structs.h
   branches/SAMBA_4_0/source/libcli/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/include/structs.h
===================================================================
--- branches/SAMBA_4_0/source/include/structs.h	2005-04-03 04:32:37 UTC (rev 6184)
+++ branches/SAMBA_4_0/source/include/structs.h	2005-04-03 04:36:00 UTC (rev 6185)
@@ -172,6 +172,8 @@
 struct nbt_name_refresh_wins;
 struct nbt_name_register_wins;
 
+struct nbt_dgram_packet;
+
 struct messaging_context;
 struct stream_connection;
 struct task_server;

Modified: branches/SAMBA_4_0/source/libcli/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libcli/config.mk	2005-04-03 04:32:37 UTC (rev 6184)
+++ branches/SAMBA_4_0/source/libcli/config.mk	2005-04-03 04:36:00 UTC (rev 6185)
@@ -35,6 +35,11 @@
 	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 @@
 
 [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



More information about the samba-cvs mailing list