diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-11-03 14:29:49 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-11-03 18:02:02 +0100 |
commit | 7ed352b0c9f79b288cac850b4e50a9feffd7b069 (patch) | |
tree | 59d3776f091427fc4755e82d40fa00a3fd8fbc89 | |
parent | 973d50a7ff39c14bf734f095e4bf57843ce80529 (diff) | |
download | samba-7ed352b0c9f79b288cac850b4e50a9feffd7b069.tar.gz samba-7ed352b0c9f79b288cac850b4e50a9feffd7b069.tar.bz2 samba-7ed352b0c9f79b288cac850b4e50a9feffd7b069.zip |
s4:torture: PROVISION isn't used by all tests
We should not pollute all torture object files with
EXT_LIB_PYTHON_CFLAGS
metze
-rw-r--r-- | source4/torture/config.mk | 5 | ||||
-rw-r--r-- | source4/torture/local/config.mk | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 211d09756d..8b12f36f95 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -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 ################################# diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index def391ba4e..46d5e38e67 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -14,7 +14,8 @@ PRIVATE_DEPENDENCIES = \ TORTURE_UTIL \ TORTURE_NDR \ share \ - torture_registry + torture_registry \ + PROVISION # End SUBSYSTEM TORTURE_LOCAL ################################# |