summaryrefslogtreecommitdiff
path: root/source4/winbind/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 15:48:49 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commit7a731ccdfc83c9ce11cf92f190cf250ffb43c293 (patch)
tree4c52fa60ffb69e29287699855d11c3eedb5a020d /source4/winbind/wscript_build
parent2bcd7f68278df69ce18a344e2a1351c66edf9e0c (diff)
downloadsamba-7a731ccdfc83c9ce11cf92f190cf250ffb43c293.tar.gz
samba-7a731ccdfc83c9ce11cf92f190cf250ffb43c293.tar.bz2
samba-7a731ccdfc83c9ce11cf92f190cf250ffb43c293.zip
s4: Rename SAMDB_COMMON to samdb_common.
Diffstat (limited to 'source4/winbind/wscript_build')
-rw-r--r--source4/winbind/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wscript_build b/source4/winbind/wscript_build
index 40604efd46..170ff1e41e 100644
--- a/source4/winbind/wscript_build
+++ b/source4/winbind/wscript_build
@@ -20,6 +20,6 @@ bld.SAMBA_SUBSYSTEM('WB_HELPER',
bld.SAMBA_SUBSYSTEM('IDMAP',
source='idmap.c',
autoproto='idmap_proto.h',
- public_deps='SAMDB_COMMON LDBSAMBA'
+ public_deps='samdb_common LDBSAMBA'
)