summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-03 17:02:55 +0100
committerGünther Deschner <gd@samba.org>2011-03-03 18:08:30 +0100
commit875d9b8098884c196dc1ec95ca70a772aece6610 (patch)
tree6a39ff09388ff5e32fca1b7cd515782ca1e0ecff /lib
parentba7727487e50005555d0c414c23cdd2edb610524 (diff)
downloadsamba-875d9b8098884c196dc1ec95ca70a772aece6610.tar.gz
samba-875d9b8098884c196dc1ec95ca70a772aece6610.tar.bz2
samba-875d9b8098884c196dc1ec95ca70a772aece6610.zip
lib/util: LIBCRYPTO is in common already, so add it to samba-util-common.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 3 18:08:30 CET 2011 on sn-devel-104
Diffstat (limited to 'lib')
-rw-r--r--lib/util/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 0468b74546..e8883a3a84 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('samba-util-common',
genrand.c fsusage.c blocking.c become_daemon.c
data_blob.c signal.c system.c params.c util.c util_id.c util_net.c
util_strlist.c idtree.c debug.c''',
- public_deps='talloc pthread',
+ public_deps='talloc pthread LIBCRYPTO',
# until we get all the dependencies in this library in common
# we need to allow this library to be built with unresolved symbols
allow_undefined_symbols=True,
@@ -24,7 +24,7 @@ if bld.env._SAMBA_BUILD_ == 4:
ms_fnmatch.c parmlist.c substitute.c util_str.c
''',
deps='samba-util-common',
- public_deps='talloc LIBCRYPTO CHARSET execinfo uid_wrapper',
+ public_deps='talloc CHARSET execinfo uid_wrapper',
public_headers='attr.h byteorder.h data_blob.h memory.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h',
header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ],
local_include=False,