diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-13 10:26:20 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-13 18:50:23 +0200 |
commit | f18cca9a0a690013eb609719c4798da9b0e1054b (patch) | |
tree | c4da3154b96c69a40f5431844248a199f34f1669 /source3/wscript_build | |
parent | ef2a7c653808a5e0abdd87dc74579bb6c006b730 (diff) | |
download | samba-f18cca9a0a690013eb609719c4798da9b0e1054b.tar.gz samba-f18cca9a0a690013eb609719c4798da9b0e1054b.tar.bz2 samba-f18cca9a0a690013eb609719c4798da9b0e1054b.zip |
lib/util/charset Move built-in charset modules to the top level
This removes the 'charset' subsystem and allows these modules to be
used across the whole of Samba.
Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 105aee99cb..61e892d55e 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -777,7 +777,7 @@ bld.SAMBA3_SUBSYSTEM('KRBCLIENT', bld.SAMBA3_LIBRARY('samba3core', source=LIB_SRC, - deps='LIBCRYPTO ndr ndr-util security NDR_SECURITY charset NDR_MESSAGING LIBASYNC_REQ tdb-wrap3 CHARSET3 UTIL_TDB UTIL_PW SAMBA_VERSION KRB5_WRAP flag_mapping util_reg passdb PTHREADPOOL interfaces', + deps='LIBCRYPTO ndr ndr-util security NDR_SECURITY samba-util NDR_MESSAGING LIBASYNC_REQ tdb-wrap3 UTIL_TDB UTIL_PW SAMBA_VERSION KRB5_WRAP flag_mapping util_reg passdb PTHREADPOOL interfaces', private_library=True, vars=locals()) |