svn commit: samba r6842 - in branches/SAMBA_4_0/source: . build/smb_build param

jelmer at samba.org jelmer at samba.org
Tue May 17 01:13:54 GMT 2005


Author: jelmer
Date: 2005-05-17 01:13:53 +0000 (Tue, 17 May 2005)
New Revision: 6842

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

Log:
Move to .mk file

Added:
   branches/SAMBA_4_0/source/param/config.mk
Removed:
   branches/SAMBA_4_0/source/param/config.m4
Modified:
   branches/SAMBA_4_0/source/build/smb_build/main.pm
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/main.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/main.pm	2005-05-17 01:04:51 UTC (rev 6841)
+++ branches/SAMBA_4_0/source/build/smb_build/main.pm	2005-05-17 01:13:53 UTC (rev 6842)
@@ -40,6 +40,7 @@
 		"lib/popt/config.mk",
 		"lib/cmdline/config.mk",
 		"lib/socket_wrapper/config.mk",
+		"param/config.mk",
 		"smb_server/config.mk",
 		"rpc_server/config.mk",
 		"ldap_server/config.mk",

Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in	2005-05-17 01:04:51 UTC (rev 6841)
+++ branches/SAMBA_4_0/source/configure.in	2005-05-17 01:13:53 UTC (rev 6842)
@@ -19,7 +19,6 @@
 SMB_INCLUDE_M4(lib/ldb/config.m4)
 SMB_INCLUDE_M4(lib/events/config.m4)
 SMB_INCLUDE_M4(lib/cmdline/config.m4)
-SMB_INCLUDE_M4(param/config.m4)
 SMB_INCLUDE_M4(auth/kerberos/config.m4)
 SMB_INCLUDE_M4(auth/gensec/config.m4)
 SMB_INCLUDE_M4(libcli/config.m4)

Deleted: branches/SAMBA_4_0/source/param/config.m4
===================================================================
--- branches/SAMBA_4_0/source/param/config.m4	2005-05-17 01:04:51 UTC (rev 6841)
+++ branches/SAMBA_4_0/source/param/config.m4	2005-05-17 01:13:53 UTC (rev 6842)
@@ -1,4 +0,0 @@
-#################################################
-
-SMB_SUBSYSTEM(CONFIG,[dynconfig.o],
-		[param/loadparm.o param/params.o passdb/secrets.o])
\ No newline at end of file

Copied: branches/SAMBA_4_0/source/param/config.mk (from rev 6837, branches/SAMBA_4_0/source/param/config.m4)
===================================================================
--- branches/SAMBA_4_0/source/param/config.m4	2005-05-16 23:43:38 UTC (rev 6837)
+++ branches/SAMBA_4_0/source/param/config.mk	2005-05-17 01:13:53 UTC (rev 6842)
@@ -0,0 +1,5 @@
+[SUBSYSTEM::CONFIG]
+INIT_OBJ_FILES = dynconfig.o
+ADD_OBJ_FILES = param/loadparm.o \
+				param/params.o \
+				passdb/secrets.o



More information about the samba-cvs mailing list