From 42887e406a8751f9f852292d175682c5743d03ae Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 22 Feb 2004 13:09:51 +0000 Subject: - creat the LIBCMDLINE subsystem including readline and popt - creat the CONFIG subsystem including param/* dynconfig.* and passdb/secrets.* metze (This used to be commit bfd7fd21c8e38c0065fc41dde10e863a169878c2) --- source4/param/config.m4 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 source4/param/config.m4 (limited to 'source4/param') diff --git a/source4/param/config.m4 b/source4/param/config.m4 new file mode 100644 index 0000000000..b93886e837 --- /dev/null +++ b/source4/param/config.m4 @@ -0,0 +1,4 @@ +################################################# + +SMB_SUBSYSTEM(CONFIG,[dynconfig.o], + [param/loadparm.o param/params.o passdb/secrets.o]) \ No newline at end of file -- cgit