summaryrefslogtreecommitdiff
path: root/lib/util/charset/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-24 22:29:12 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:05 +1000
commit026690af0076d84947ea60a3a20d0bba972e67db (patch)
treea6d925a91289addf27dc8a47064a4a785c5a4687 /lib/util/charset/wscript_build
parenteba9a54927dc363602389adac5c6edf09909fb65 (diff)
downloadsamba-026690af0076d84947ea60a3a20d0bba972e67db.tar.gz
samba-026690af0076d84947ea60a3a20d0bba972e67db.tar.bz2
samba-026690af0076d84947ea60a3a20d0bba972e67db.zip
s4-waf: remove the need for some of the lib aliases
Diffstat (limited to 'lib/util/charset/wscript_build')
-rw-r--r--lib/util/charset/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build
index fdab29344f..880c4dd9e8 100644
--- a/lib/util/charset/wscript_build
+++ b/lib/util/charset/wscript_build
@@ -4,7 +4,7 @@
bld.SAMBA_SUBSYSTEM('CHARSET',
source='iconv.c charcnv.c util_unistr.c codepoints.c',
- public_deps='ICONV',
+ public_deps='iconv',
public_headers='charset.h',
deps='DYNCONFIG'
)