svn commit: samba r26463 - in branches/SAMBA_4_0: . source/lib/samba3 source/libcli

jelmer at samba.org jelmer at samba.org
Sat Dec 15 22:23:42 GMT 2007


Author: jelmer
Date: 2007-12-15 22:23:42 +0000 (Sat, 15 Dec 2007)
New Revision: 26463

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

Log:
Tighten dependencies.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/samba3/config.mk
   branches/SAMBA_4_0/source/libcli/config.mk


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/samba3/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/samba3/config.mk	2007-12-15 22:23:38 UTC (rev 26462)
+++ branches/SAMBA_4_0/source/lib/samba3/config.mk	2007-12-15 22:23:42 UTC (rev 26463)
@@ -10,7 +10,7 @@
 		idmap.o winsdb.o samba3.o group.o \
 		registry.o secrets.o share_info.o
 PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBTDB NDR_SECURITY \
-					   CREDENTIALS SMBPASSWD LIBSECURITY
+					   CREDENTIALS SMBPASSWD LIBSECURITY 
 # End SUBSYSTEM LIBSAMBA3
 ################################################
 

Modified: branches/SAMBA_4_0/source/libcli/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libcli/config.mk	2007-12-15 22:23:38 UTC (rev 26462)
+++ branches/SAMBA_4_0/source/libcli/config.mk	2007-12-15 22:23:42 UTC (rev 26463)
@@ -17,6 +17,7 @@
 PRIVATE_PROTO_HEADER = util/clilsa.h
 OBJ_FILES = util/clilsa.o
 PUBLIC_DEPENDENCIES = RPC_NDR_LSA
+PRIVATE_DEPENDENCIES = LIBSECURITY
 
 [SUBSYSTEM::LIBCLI_COMPOSITE]
 PRIVATE_PROTO_HEADER = composite/proto.h
@@ -135,8 +136,8 @@
 [SUBSYSTEM::LIBCLI_RAW]
 PRIVATE_PROTO_HEADER = raw/raw_proto.h
 PRIVATE_DEPENDENCIES = LIBCLI_COMPOSITE LP_RESOLVE
+LDFLAGS = $(SUBSYSTEM_LIBCLI_SMB_COMPOSITE_OUTPUT)
 PUBLIC_DEPENDENCIES = samba-socket LIBPACKET gensec LIBCRYPTO
-LDFLAGS = $(SUBSYSTEM_LIBCLI_SMB_COMPOSITE_OUTPUT)
 OBJ_FILES = raw/rawfile.o \
 		raw/smb_signing.o \
 		raw/clisocket.o \



More information about the samba-cvs mailing list