param: Move per-share parameters into a seperate file, to share with s3
[samba.git] / buildtools / wafsamba / wafsamba.py
index d76afc498475074dff85f8cdba4fc8658ae863af..3858770a6fc916d50808cb96fb16d62bdc9f547d 100644 (file)
@@ -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"),