lib/util/charset: ICONV_WRAPPER needs talloc.
authorGünther Deschner <gd@samba.org>
Wed, 23 Feb 2011 10:30:11 +0000 (11:30 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 23 Feb 2011 11:46:33 +0000 (12:46 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Feb 23 12:46:33 CET 2011 on sn-devel-104

lib/util/charset/wscript_build

index 93b473309349c622d5842b61fe2ec564c29b2aed..ab7cfc412dfb779714386b49a6223a0afc7fd25a 100644 (file)
@@ -10,7 +10,7 @@ if bld.env._SAMBA_BUILD_ == 4:
 
 bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER',
                     source='iconv.c',
-                    public_deps='iconv replace')
+                    public_deps='iconv replace talloc')
 
 bld.SAMBA_SUBSYSTEM('CODEPOINTS',
        source='codepoints.c',