1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00

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

This commit is contained in:
Jelmer Vernooij
2007-12-24 01:28:22 -06:00
committed by Stefan Metzmacher
parent ad97efc480
commit f1997dabed
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]