summaryrefslogtreecommitdiff
path: root/source4/torture/winbind
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-22 21:03:09 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-22 21:03:09 +0100
commitc023828962d7050668c38129170121cc50cd300f (patch)
tree02e9eda98a5418cc4555c5b24ca8a1612a706c18 /source4/torture/winbind
parentb682b0feb0af40656cd1b71a859cb1f23edcbcf5 (diff)
downloadsamba-c023828962d7050668c38129170121cc50cd300f.tar.gz
Fix missing symbols issues when building with shared libraries.
Diffstat (limited to 'source4/torture/winbind')
-rw-r--r--source4/torture/winbind/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/winbind/config.mk b/source4/torture/winbind/config.mk
index 9648a7472b2..d2c57e9c979 100644
--- a/source4/torture/winbind/config.mk
+++ b/source4/torture/winbind/config.mk
@@ -3,9 +3,10 @@
# Start SUBSYSTEM TORTURE_WINBIND
[MODULE::TORTURE_WINBIND]
SUBSYSTEM = smbtorture
+OUTPUT_TYPE = MERGED_OBJ
INIT_FUNCTION = torture_winbind_init
PRIVATE_DEPENDENCIES = \
- LIBWINBIND-CLIENT torture
+ LIBWINBIND-CLIENT torture PAM_ERRORS
# End SUBSYSTEM TORTURE_WINBIND
#################################