mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Complete dependencies for python modules (actually matters when built standalone).
(This used to be commit a89b6d8ad7
)
This commit is contained in:
@ -5,9 +5,15 @@ smbpython_OBJ_FILES = scripting/python/smbpython.o
|
||||
|
||||
[SUBSYSTEM::LIBPYTHON]
|
||||
PUBLIC_DEPENDENCIES = EXT_LIB_PYTHON
|
||||
PRIVATE_DEPENDENCIES = PYTALLOC
|
||||
INIT_FUNCTION_SENTINEL = { NULL, NULL }
|
||||
|
||||
LIBPYTHON_OBJ_FILES = $(addprefix scripting/python/, modules.o pytalloc.o)
|
||||
LIBPYTHON_OBJ_FILES = $(addprefix scripting/python/, modules.o)
|
||||
|
||||
[SUBSYSTEM::PYTALLOC]
|
||||
PUBLIC_DEPENDENCIES = EXT_LIB_PYTHON
|
||||
|
||||
PYTALLOC_OBJ_FILES = $(addprefix scripting/python/, pytalloc.o)
|
||||
|
||||
[PYTHON::python_uuid]
|
||||
PRIVATE_DEPENDENCIES = LIBNDR
|
||||
|
Reference in New Issue
Block a user