1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +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:
Stefan Metzmacher 2008-11-03 14:29:49 +01:00
parent 973d50a7ff
commit 7ed352b0c9
2 changed files with 5 additions and 3 deletions

View File

@ -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
#################################

View File

@ -14,7 +14,8 @@ PRIVATE_DEPENDENCIES = \
TORTURE_UTIL \
TORTURE_NDR \
share \
torture_registry
torture_registry \
PROVISION
# End SUBSYSTEM TORTURE_LOCAL
#################################