diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-07 22:03:30 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-08 11:23:23 +0200 |
commit | 2fcbfcd004685482c40de169bf904d7fa92ac165 (patch) | |
tree | 91123474deb7ff37147e5dd8abc3b0cb08ea038b /buildtools | |
parent | f50f9374b584b881aac0304aeefc56ebfd6b745a (diff) | |
download | samba-2fcbfcd004685482c40de169bf904d7fa92ac165.tar.gz samba-2fcbfcd004685482c40de169bf904d7fa92ac165.tar.bz2 samba-2fcbfcd004685482c40de169bf904d7fa92ac165.zip |
param: Move per-share parameters into a seperate file, to share with s3
This will allow the struct loadparm_service to be in common between
the two loadparm implementations in the tree.
Andrew Bartlett
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index d76afc4984..3858770a6f 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -108,6 +108,7 @@ def SAMBA_LIBRARY(bld, libname, source, external_library=False, realname=None, autoproto=None, + autoproto_extra_source='', group='libraries', depends_on='', local_include=True, @@ -168,6 +169,7 @@ def SAMBA_LIBRARY(bld, libname, source, cflags = cflags, group = subsystem_group, autoproto = autoproto, + autoproto_extra_source=autoproto_extra_source, depends_on = depends_on, hide_symbols = hide_symbols, pyext = pyext or (target_type == "PYTHON"), |