mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4:torture: PROVISION isn't used by all tests
We should not pollute all torture object files with EXT_LIB_PYTHON_CFLAGS metze
This commit is contained in:
parent
973d50a7ff
commit
7ed352b0c9
@ -1,5 +1,5 @@
|
||||
[SUBSYSTEM::TORTURE_UTIL]
|
||||
PRIVATE_DEPENDENCIES = LIBCLI_RAW LIBPYTHON smbcalls PROVISION
|
||||
PRIVATE_DEPENDENCIES = LIBCLI_RAW
|
||||
PUBLIC_DEPENDENCIES = POPT_CREDENTIALS
|
||||
|
||||
TORTURE_UTIL_OBJ_FILES = $(addprefix $(torturesrcdir)/, util_smb.o)
|
||||
@ -212,7 +212,8 @@ INIT_FUNCTION = torture_net_init
|
||||
PRIVATE_DEPENDENCIES = \
|
||||
LIBSAMBA-NET \
|
||||
POPT_CREDENTIALS \
|
||||
torture_rpc
|
||||
torture_rpc \
|
||||
PROVISION
|
||||
# End SUBSYSTEM TORTURE_NET
|
||||
#################################
|
||||
|
||||
|
@ -14,7 +14,8 @@ PRIVATE_DEPENDENCIES = \
|
||||
TORTURE_UTIL \
|
||||
TORTURE_NDR \
|
||||
share \
|
||||
torture_registry
|
||||
torture_registry \
|
||||
PROVISION
|
||||
# End SUBSYSTEM TORTURE_LOCAL
|
||||
#################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user