diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 23:00:10 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 23:00:10 +0100 |
commit | b86b2ce662e4d0a29467e4029c640b6c9e7a06f0 (patch) | |
tree | a537b65e887d56f014b853a95aea4ec6ad132b1d /source4/param | |
parent | 4b2bdfec785bc6bebc370320c9aee9128510ba92 (diff) | |
download | samba-b86b2ce662e4d0a29467e4029c640b6c9e7a06f0.tar.gz samba-b86b2ce662e4d0a29467e4029c640b6c9e7a06f0.tar.xz samba-b86b2ce662e4d0a29467e4029c640b6c9e7a06f0.zip |
Fix two remaining missing symbols in smbtorture4.
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index 1341a92bbdc..b60d39299c1 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 |