diff options
author | Günther Deschner <gd@samba.org> | 2011-10-17 18:00:01 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-16 12:26:26 +0100 |
commit | 28f8ccbe8b36766cf15a3d97cffb4ea66b411958 (patch) | |
tree | 4a11eb97a8293de782b204edf5582014247691a9 /source3/passdb/wscript_build | |
parent | 25a00b44d3b227a3fe84a9d46bd697e8b70b25c1 (diff) | |
download | samba-28f8ccbe8b36766cf15a3d97cffb4ea66b411958.tar.gz samba-28f8ccbe8b36766cf15a3d97cffb4ea66b411958.tar.bz2 samba-28f8ccbe8b36766cf15a3d97cffb4ea66b411958.zip |
s3: move smbldap_util to pdb_ldap_util.
Guenther
Diffstat (limited to 'source3/passdb/wscript_build')
-rw-r--r-- | source3/passdb/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/wscript_build b/source3/passdb/wscript_build index b18d873083..24acf1afc5 100644 --- a/source3/passdb/wscript_build +++ b/source3/passdb/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python PDB_TDBSAM_SRC = 'pdb_tdb.c' -PDB_LDAP_SRC = 'pdb_ldap.c pdb_nds.c pdb_ipa.c' +PDB_LDAP_SRC = 'pdb_ldap.c pdb_nds.c pdb_ipa.c pdb_ldap_util.c' PDB_ADS_SRC = 'pdb_ads.c' PDB_SMBPASSWD_SRC = 'pdb_smbpasswd.c' PDB_WBC_SAM_SRC = 'pdb_wbc_sam.c' |