summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-03-25 06:58:35 -0600
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:07 +1000
commitecafbd3ec8b03f773d04a5e7b305a91aa08e18a5 (patch)
tree2ab0b96b737a8a9b070227abb5ff9394c18b8321 /source3/wscript_build
parent6663f7825606d40077dede0ad5ee0df8ab19c708 (diff)
downloadsamba-ecafbd3ec8b03f773d04a5e7b305a91aa08e18a5.tar.gz
samba-ecafbd3ec8b03f773d04a5e7b305a91aa08e18a5.tar.bz2
samba-ecafbd3ec8b03f773d04a5e7b305a91aa08e18a5.zip
s3-waf: check for default charsets
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 8145f77df4..c380aa7735 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -574,6 +574,7 @@ PRINTBACKEND_SRC = 'printing/printing.c printing/nt_printing.c ${PRINTBASE_SRC}'
SMBD_SRC = '''${SMBD_SRC_BASE} ${SMBD_SRC_MAIN}'''
+LIBS='ICONV'
bld.env.AWK = 'gawk'