diff options
author | Günther Deschner <gd@samba.org> | 2011-03-03 17:02:55 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-03 18:08:30 +0100 |
commit | 875d9b8098884c196dc1ec95ca70a772aece6610 (patch) | |
tree | 6a39ff09388ff5e32fca1b7cd515782ca1e0ecff /source3 | |
parent | ba7727487e50005555d0c414c23cdd2edb610524 (diff) | |
download | samba-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 'source3')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index e4511daf37..71670e9ad5 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -946,7 +946,7 @@ bld.SAMBA3_SUBSYSTEM('CHARSET3', bld.SAMBA3_SUBSYSTEM('samba-util3', source='', - deps='talloc CHARSET3 LIBCRYPTO samba-util-common') + deps='talloc CHARSET3 samba-util-common') bld.SAMBA3_SUBSYSTEM('ldb3', source='lib/ldb_compat.c') |