diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-07 23:16:48 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:45 +1000 |
commit | 2ea4fd66339017c72578a9b44944e96ab6464e64 (patch) | |
tree | 4ce0aa637f062f4a00ca88e1a664437fbf949178 /source4/wscript | |
parent | 12c46d90552e7c51a4c0757cae7ee48b93aeec9d (diff) | |
download | samba-2ea4fd66339017c72578a9b44944e96ab6464e64.tar.gz samba-2ea4fd66339017c72578a9b44944e96ab6464e64.tar.bz2 samba-2ea4fd66339017c72578a9b44944e96ab6464e64.zip |
build: iconv checks
Diffstat (limited to 'source4/wscript')
-rw-r--r-- | source4/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript index 38bf29c99a..25a64c89d9 100644 --- a/source4/wscript +++ b/source4/wscript @@ -28,6 +28,7 @@ def configure(conf): conf.sub_config('ntvfs/sysdep') conf.sub_config('../lib/util') conf.sub_config('../lib/zlib') + conf.sub_config('../lib/util/charset') conf.sub_config('auth') conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1) |