diff options
author | Derrell Lipman <derrell@samba.org> | 2005-06-08 19:49:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:50 -0500 |
commit | 7fc1c3553cd3666c234ec302a54ebd331589c934 (patch) | |
tree | a765fb95406b0758ab70f157f3084928bd0ecd6f /source4/lib/ldb/Makefile.in | |
parent | 40c2e3e6a1014be7919b03a92b3b3274bb2fe69e (diff) | |
download | samba-7fc1c3553cd3666c234ec302a54ebd331589c934.tar.gz samba-7fc1c3553cd3666c234ec302a54ebd331589c934.tar.bz2 samba-7fc1c3553cd3666c234ec302a54ebd331589c934.zip |
r7408: added DN explode function, based on simo's ldap_parse_dn() function. simo, when you get a chance, please change your license so this can be linked with ldb.
(This used to be commit 588a1d1451d4117cb6e427a293455f2a5657b604)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 648e3074c6..5bccf17e82 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -51,7 +51,8 @@ LDB_TDB_OBJ=ldb_tdb/ldb_match.o ldb_tdb/ldb_tdb.o \ COMMON_OBJ=common/ldb.o common/ldb_ldif.o common/util.o \ common/ldb_parse.o common/ldb_msg.o common/ldb_utf8.o \ - common/ldb_debug.o common/ldb_modules.o + common/ldb_debug.o common/ldb_modules.o \ + common/ldb_explode_dn.o MODULES_OBJ=modules/timestamps.o modules/schema.o |