diff options
Diffstat (limited to 'lib/talloc/wscript')
-rw-r--r-- | lib/talloc/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript index a931e1e8e6..d2968409ef 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -106,7 +106,7 @@ def build(bld): if not bld.CONFIG_SET('USING_SYSTEM_PYTALLOC_UTIL') and not bld.env.disable_python: bld.SAMBA_LIBRARY('pytalloc-util', - source='pytalloc.c', + source='pytalloc_util.c', public_deps='talloc', pyext=True, vnum=VERSION, |