r6842: Move to .mk file
authorJelmer Vernooij <jelmer@samba.org>
Tue, 17 May 2005 01:13:53 +0000 (01:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:50 +0000 (13:16 -0500)
source/build/smb_build/main.pm
source/configure.in
source/param/config.m4 [deleted file]
source/param/config.mk [new file with mode: 0644]

index a1943f581a14038f907a0db88da868d9d9b6c988..2fcd4594ac867c49b62b2c97b6b7c30d668806b9 100644 (file)
@@ -40,6 +40,7 @@ sub smb_build_main($)
                "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",
index 0aff3be8c5b8d3de1d7dca4f087c91f4c51c7cb2..68fddc99db69f3f747400538ea2266e4610423f2 100644 (file)
@@ -19,7 +19,6 @@ SMB_INCLUDE_M4(lib/tdb/config.m4)
 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)
diff --git a/source/param/config.m4 b/source/param/config.m4
deleted file mode 100644 (file)
index b93886e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#################################################
-
-SMB_SUBSYSTEM(CONFIG,[dynconfig.o],
-               [param/loadparm.o param/params.o passdb/secrets.o])
\ No newline at end of file
diff --git a/source/param/config.mk b/source/param/config.mk
new file mode 100644 (file)
index 0000000..1f5b636
--- /dev/null
@@ -0,0 +1,5 @@
+[SUBSYSTEM::CONFIG]
+INIT_OBJ_FILES = dynconfig.o
+ADD_OBJ_FILES = param/loadparm.o \
+                               param/params.o \
+                               passdb/secrets.o