diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 21:03:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 21:03:09 +0100 |
commit | c023828962d7050668c38129170121cc50cd300f (patch) | |
tree | 02e9eda98a5418cc4555c5b24ca8a1612a706c18 /source4/torture/local | |
parent | b682b0feb0af40656cd1b71a859cb1f23edcbcf5 (diff) | |
download | samba-c023828962d7050668c38129170121cc50cd300f.tar.gz samba-c023828962d7050668c38129170121cc50cd300f.tar.xz samba-c023828962d7050668c38129170121cc50cd300f.zip |
Fix missing symbols issues when building with shared libraries.
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 60cbf25edad..36f4f08072a 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -2,6 +2,7 @@ # Start SUBSYSTEM TORTURE_LOCAL [MODULE::TORTURE_LOCAL] SUBSYSTEM = smbtorture +OUTPUT_TYPE = MERGED_OBJ INIT_FUNCTION = torture_local_init PRIVATE_DEPENDENCIES = \ RPC_NDR_ECHO \ @@ -13,6 +14,7 @@ PRIVATE_DEPENDENCIES = \ TORTURE_AUTH \ TORTURE_UTIL \ TORTURE_NDR \ + TORTURE_LIBCRYPTO \ share \ torture_registry \ PROVISION |