From 2fcbfcd004685482c40de169bf904d7fa92ac165 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 7 Jul 2011 22:03:30 +1000 Subject: 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 --- buildtools/wafsamba/wafsamba.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildtools/wafsamba/wafsamba.py') 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"), -- cgit