summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-22 23:00:10 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-22 23:00:10 +0100
commitb86b2ce662e4d0a29467e4029c640b6c9e7a06f0 (patch)
treea537b65e887d56f014b853a95aea4ec6ad132b1d /source4/param
parent4b2bdfec785bc6bebc370320c9aee9128510ba92 (diff)
downloadsamba-b86b2ce662e4d0a29467e4029c640b6c9e7a06f0.tar.gz
samba-b86b2ce662e4d0a29467e4029c640b6c9e7a06f0.tar.bz2
samba-b86b2ce662e4d0a29467e4029c640b6c9e7a06f0.zip
Fix two remaining missing symbols in smbtorture4.
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk
index 1341a92bbd..b60d39299c 100644
--- a/source4/param/config.mk
+++ b/source4/param/config.mk
@@ -13,9 +13,9 @@ PUBLIC_HEADERS += param/param.h
PC_FILES += $(paramsrcdir)/samba-hostconfig.pc
[SUBSYSTEM::PROVISION]
-PRIVATE_DEPENDENCIES = LIBPYTHON swig_ldb param
+PRIVATE_DEPENDENCIES = LIBPYTHON swig_ldb
-PROVISION_OBJ_FILES = $(paramsrcdir)/provision.o
+PROVISION_OBJ_FILES = $(paramsrcdir)/provision.o $(param_OBJ_FILES)
#################################
# Start SUBSYSTEM share