1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00

waf: Fix mispelling

Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Thu Apr 19 17:36:41 CEST 2012 on sn-devel-104
This commit is contained in:
Simo Sorce
2012-04-09 08:33:37 -04:00
parent 70d44a9a17
commit e21029a270
4 changed files with 11 additions and 11 deletions

View File

@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('samba_python',
bld.SAMBA_SUBSYSTEM('LIBPYTHON',
source='modules.c',
public_deps='',
init_function_sentinal='{NULL,NULL}',
init_function_sentinel='{NULL,NULL}',
deps='talloc',
pyext=True,
)