summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-09 03:23:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-09 03:23:13 +0200
commit82c7872639d48a2791e409f8cd014978c4aa352f (patch)
tree197e2a7b35a775eef45a6f116fdb6f1f1631aa1d /source4/torture/config.mk
parent4677ac6e70769bcc7f0c8bacdf000cdeb8c8089f (diff)
downloadsamba-82c7872639d48a2791e409f8cd014978c4aa352f.tar.gz
samba-82c7872639d48a2791e409f8cd014978c4aa352f.tar.bz2
samba-82c7872639d48a2791e409f8cd014978c4aa352f.zip
Move provision C bindings to param/.
(This used to be commit 7d45ed0c3ebc57f7131603f768f8e022d7139530)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 1d09d74f99..7acb1e0792 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -16,8 +16,8 @@ PUBLIC_DEPENDENCIES = \
PUBLIC_HEADERS += torture/torture.h torture/ui.h
[SUBSYSTEM::TORTURE_UTIL]
-OBJ_FILES = util_smb.o util_provision.o
-PRIVATE_DEPENDENCIES = LIBCLI_RAW LIBPYTHON smbcalls
+OBJ_FILES = util_smb.o
+PRIVATE_DEPENDENCIES = LIBCLI_RAW LIBPYTHON smbcalls PROVISION
PUBLIC_DEPENDENCIES = POPT_CREDENTIALS
#################################