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/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/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 129313424a..d91bcffd1f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -11,7 +11,7 @@ TDB_LIB_SRC = ''' TDB_VALIDATE_SRC = '''lib/tdb_validate.c''' -SMBLDAP_SRC = '''lib/smbldap.c lib/smbldap_util.c''' +SMBLDAP_SRC = '''lib/smbldap.c''' VERSION_SRC = '''lib/version.c''' |