diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-26 15:59:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:58 -0500 |
commit | f801ad359290c51d3216c755fb2a8344babb484f (patch) | |
tree | 7762b44cb1a13ac969e25d63ec0d9e4c118635b4 /source4/SConstruct | |
parent | e337caeed1459f876449611ae1684616d0ea8f55 (diff) | |
download | samba-f801ad359290c51d3216c755fb2a8344babb484f.tar.gz samba-f801ad359290c51d3216c755fb2a8344babb484f.tar.bz2 samba-f801ad359290c51d3216c755fb2a8344babb484f.zip |
r10510: Decrease the amount of data included by includes.h a bit
(This used to be commit 03647e1321cf6c9bd6ced3945265f635e9468973)
Diffstat (limited to 'source4/SConstruct')
-rw-r--r-- | source4/SConstruct | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/SConstruct b/source4/SConstruct index 6e38428b56..297147fbe3 100644 --- a/source4/SConstruct +++ b/source4/SConstruct @@ -9,9 +9,9 @@ # # TODO: # - finish fallback code -# - finish proto code # - support for init functions # - separate config file for lib/replace/ +# - Subsystem() ? import cPickle, string, os @@ -30,6 +30,8 @@ hostenv = Environment( CPPDEFINES={'_SAMBA_BUILD_': None}, ) +hostenv.Help(opts.GenerateHelpText(hostenv)) + # We don't care about NFS builds... hostenv.SetOption('max_drift', 1) |