diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-22 13:09:51 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-22 13:09:51 +0000 |
commit | 42887e406a8751f9f852292d175682c5743d03ae (patch) | |
tree | 55021193cab2ea94d4d3969d84f72945cfbeed7d /source4/param | |
parent | 4282138ebbf2b2f708903cdfe713786a8c3e6960 (diff) | |
download | samba-42887e406a8751f9f852292d175682c5743d03ae.tar.gz samba-42887e406a8751f9f852292d175682c5743d03ae.tar.bz2 samba-42887e406a8751f9f852292d175682c5743d03ae.zip |
- 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)
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/config.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |