svn commit: samba r15371 - in branches/SAMBA_4_0/source: nbt_server rpc_server smb_server web_server winbind wrepl_server

jelmer at samba.org jelmer at samba.org
Mon May 1 01:42:03 GMT 2006


Author: jelmer
Date: 2006-05-01 01:41:57 +0000 (Mon, 01 May 2006)
New Revision: 15371

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

Log:
Revert some of my previous patch as it was breaking the plain build

Modified:
   branches/SAMBA_4_0/source/nbt_server/config.mk
   branches/SAMBA_4_0/source/rpc_server/config.mk
   branches/SAMBA_4_0/source/smb_server/config.mk
   branches/SAMBA_4_0/source/web_server/config.mk
   branches/SAMBA_4_0/source/winbind/config.mk
   branches/SAMBA_4_0/source/wrepl_server/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/nbt_server/config.mk
===================================================================
--- branches/SAMBA_4_0/source/nbt_server/config.mk	2006-05-01 01:34:04 UTC (rev 15370)
+++ branches/SAMBA_4_0/source/nbt_server/config.mk	2006-05-01 01:41:57 UTC (rev 15371)
@@ -68,6 +68,6 @@
 		irpc.o
 PRIVATE_PROTO_HEADER = nbt_server_proto.h
 PUBLIC_DEPENDENCIES = \
-		LIBCLI_NBT NBTD_WINS NBTD_DGRAM process_model service
+		LIBCLI_NBT NBTD_WINS NBTD_DGRAM process_model
 # End SUBSYSTEM NBTD
 #######################

Modified: branches/SAMBA_4_0/source/rpc_server/config.mk
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/config.mk	2006-05-01 01:34:04 UTC (rev 15370)
+++ branches/SAMBA_4_0/source/rpc_server/config.mk	2006-05-01 01:41:57 UTC (rev 15371)
@@ -218,8 +218,8 @@
 PUBLIC_DEPENDENCIES = \
 		LIBCLI_AUTH \
 		LIBNDR \
-		dcerpc \
-		service
+		dcerpc
+		
 #
 # End SUBSYSTEM DCERPC
 ################################################

Modified: branches/SAMBA_4_0/source/smb_server/config.mk
===================================================================
--- branches/SAMBA_4_0/source/smb_server/config.mk	2006-05-01 01:34:04 UTC (rev 15370)
+++ branches/SAMBA_4_0/source/smb_server/config.mk	2006-05-01 01:41:57 UTC (rev 15371)
@@ -18,8 +18,7 @@
 PUBLIC_DEPENDENCIES = \
 		LIBPACKET \
 		SMB_PROTOCOL \
-		SMB2_PROTOCOL \
-		service
+		SMB2_PROTOCOL
 # End SUBSYSTEM SMB
 #######################
 

Modified: branches/SAMBA_4_0/source/web_server/config.mk
===================================================================
--- branches/SAMBA_4_0/source/web_server/config.mk	2006-05-01 01:34:04 UTC (rev 15370)
+++ branches/SAMBA_4_0/source/web_server/config.mk	2006-05-01 01:41:57 UTC (rev 15371)
@@ -9,6 +9,6 @@
 OBJ_FILES = \
 		web_server.o \
 		http.o
-PUBLIC_DEPENDENCIES = ESP LIBTLS smbcalls process_model service
+PUBLIC_DEPENDENCIES = ESP LIBTLS smbcalls process_model 
 # End SUBSYSTEM WEB
 #######################

Modified: branches/SAMBA_4_0/source/winbind/config.mk
===================================================================
--- branches/SAMBA_4_0/source/winbind/config.mk	2006-05-01 01:34:04 UTC (rev 15370)
+++ branches/SAMBA_4_0/source/winbind/config.mk	2006-05-01 01:41:57 UTC (rev 15371)
@@ -24,7 +24,7 @@
 		wb_cmd_list_trustdom.o \
 		wb_pam_auth.o
 PUBLIC_DEPENDENCIES = WB_HELPER RPC_NDR_LSA RPC_NDR_SAMR process_model \
-					  PAM_ERRORS service
+					  PAM_ERRORS 
 # End SUBSYSTEM WINBIND
 #######################
 

Modified: branches/SAMBA_4_0/source/wrepl_server/config.mk
===================================================================
--- branches/SAMBA_4_0/source/wrepl_server/config.mk	2006-05-01 01:34:04 UTC (rev 15370)
+++ branches/SAMBA_4_0/source/wrepl_server/config.mk	2006-05-01 01:41:57 UTC (rev 15371)
@@ -17,6 +17,6 @@
 		wrepl_out_helpers.o
 PRIVATE_PROTO_HEADER = wrepl_server_proto.h
 PUBLIC_DEPENDENCIES = \
-		LIBCLI_WREPL WINSDB process_model service
+		LIBCLI_WREPL WINSDB process_model 
 # End SUBSYSTEM WREPL_SRV
 #######################



More information about the samba-cvs mailing list