summaryrefslogtreecommitdiff
path: root/source4/lib/samba3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 16:19:23 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commitfc6bfe24fd54b50cfa42853090b86f777a2247bf (patch)
treea4c9138539c3151dd12aff3df8fad49e458853a0 /source4/lib/samba3
parent8c99517a0cadf9931156a27ce9103321b8ea9a5c (diff)
downloadsamba-fc6bfe24fd54b50cfa42853090b86f777a2247bf.tar.gz
samba-fc6bfe24fd54b50cfa42853090b86f777a2247bf.tar.bz2
samba-fc6bfe24fd54b50cfa42853090b86f777a2247bf.zip
s4: Rename SMBPASSWD to smbpasswd.
Rename DSDB_MODULE to dsdb_module.
Diffstat (limited to 'source4/lib/samba3')
-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 d727cbb3b0..882974a257 100644
--- a/source4/lib/samba3/wscript_build
+++ b/source4/lib/samba3/wscript_build
@@ -1,7 +1,7 @@
#!/usr/bin/env python
-bld.SAMBA_LIBRARY('SMBPASSWD',
+bld.SAMBA_LIBRARY('smbpasswd',
source='smbpasswd.c',
deps='CHARSET libsamba-util',
private_library=True