1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

Use _OBJ_FILES variables in a couple more places.

(This used to be commit 92856d5054)
This commit is contained in:
Jelmer Vernooij
2008-04-14 17:22:58 +02:00
parent ffc5cbfe80
commit e9017ba418
50 changed files with 887 additions and 869 deletions

View File

@ -1,15 +1,18 @@
[BINARY::smbpython]
PRIVATE_DEPENDENCIES = LIBPYTHON
OBJ_FILES = smbpython.o
smbpython_OBJ_FILES = smbpython.o
[SUBSYSTEM::LIBPYTHON]
PUBLIC_DEPENDENCIES = EXT_LIB_PYTHON
INIT_FUNCTION_SENTINEL = { NULL, NULL }
OBJ_FILES = modules.o pytalloc.o
LIBPYTHON_OBJ_FILES = modules.o pytalloc.o
[PYTHON::python_uuid]
PRIVATE_DEPENDENCIES = LIBNDR
OBJ_FILES = uuidmodule.o
python_uuid_OBJ_FILES = uuidmodule.o
[PYTHON::python_misc]
PRIVATE_DEPENDENCIES = LIBNDR LIBLDB SAMDB CREDENTIALS