summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 14:25:14 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:01 +1100
commit679eba61ea5f52b6a8a31cac472ef575af5c03f8 (patch)
tree096f46e5a6baa8535d92bb192ec4486dcf700bcc /source4/lib/samba3/wscript_build
parentf5251c064ee0d1127b59de47ae82f59bcb5483dd (diff)
downloadsamba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.tar.gz
samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.tar.bz2
samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.zip
s4-build: removed some unnecessary dependencies
based on running waf --symbol-check
Diffstat (limited to 'source4/lib/samba3/wscript_build')
-rw-r--r--source4/lib/samba3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/samba3/wscript_build b/source4/lib/samba3/wscript_build
index 2e47a15eaa..51ac747f4d 100644
--- a/source4/lib/samba3/wscript_build
+++ b/source4/lib/samba3/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_LIBRARY('smbpasswd',
source='smbpasswd.c',
- deps='CHARSET samba-util',
+ deps='samba-util',
private_library=True
)