svn commit: samba r6929 - in branches/SAMBA_4_0/source/libcli: .

tpot at samba.org tpot at samba.org
Sun May 22 08:15:10 GMT 2005


Author: tpot
Date: 2005-05-22 08:15:10 +0000 (Sun, 22 May 2005)
New Revision: 6929

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

Log:
LIBCLI_NBT depends on LIB_SECURITY_NDR for various security descriptor
utilities.

Modified:
   branches/SAMBA_4_0/source/libcli/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libcli/config.mk	2005-05-21 06:31:02 UTC (rev 6928)
+++ branches/SAMBA_4_0/source/libcli/config.mk	2005-05-22 08:15:10 UTC (rev 6929)
@@ -35,7 +35,8 @@
 	libcli/nbt/nameregister.o \
 	libcli/nbt/namerefresh.o \
 	libcli/nbt/namerelease.o
-REQUIRED_SUBSYSTEMS = NDR_RAW NDR_NBT SOCKET LIBCLI_COMPOSITE_BASE LIBEVENTS
+REQUIRED_SUBSYSTEMS = NDR_RAW NDR_NBT SOCKET LIBCLI_COMPOSITE_BASE LIBEVENTS \
+	LIB_SECURITY_NDR
 
 [SUBSYSTEM::LIBCLI_DGRAM]
 ADD_OBJ_FILES = \



More information about the samba-cvs mailing list