diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 15:48:49 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | 7a731ccdfc83c9ce11cf92f190cf250ffb43c293 (patch) | |
tree | 4c52fa60ffb69e29287699855d11c3eedb5a020d /source4/winbind | |
parent | 2bcd7f68278df69ce18a344e2a1351c66edf9e0c (diff) | |
download | samba-7a731ccdfc83c9ce11cf92f190cf250ffb43c293.tar.gz samba-7a731ccdfc83c9ce11cf92f190cf250ffb43c293.tar.bz2 samba-7a731ccdfc83c9ce11cf92f190cf250ffb43c293.zip |
s4: Rename SAMDB_COMMON to samdb_common.
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wscript_build | 2 |
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' ) |