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

r26580: Include sentinel in build.h, in case the list is empty.

(This used to be commit f1997dabed)
This commit is contained in:
Jelmer Vernooij
2007-12-24 01:28:22 -06:00
committed by Stefan Metzmacher
parent ac267899b4
commit c13ae70731
17 changed files with 27 additions and 20 deletions

View File

@ -4,6 +4,7 @@ OBJ_FILES = smbpython.o
[SUBSYSTEM::LIBPYTHON]
PUBLIC_DEPENDENCIES = EXT_LIB_PYTHON
INIT_FUNCTION_SENTINEL = { NULL, NULL }
OBJ_FILES = modules.o
[PYTHON::python_uuid]