diff options
author | Derrell Lipman <derrell@samba.org> | 2005-06-09 14:50:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:53 -0500 |
commit | ee3f4b12d22459405372e1c72efe3079a052601d (patch) | |
tree | 7a86b841d35426fa047ee0e9397e243696bacd38 /source4/lib/ldb/config.mk | |
parent | c63c28f5bd46e4a03e1cdd12b78934c0b88635a8 (diff) | |
download | samba-ee3f4b12d22459405372e1c72efe3079a052601d.tar.gz samba-ee3f4b12d22459405372e1c72efe3079a052601d.tar.bz2 samba-ee3f4b12d22459405372e1c72efe3079a052601d.zip |
r7438: work in progress
(This used to be commit 2fc5343f0637ef3109b079dbc33d6cf4e58c8d5e)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r-- | source4/lib/ldb/config.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 03a3a401fb..03855017ba 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -25,7 +25,7 @@ INIT_OBJ_FILES = \ REQUIRED_SUBSYSTEMS = \ EXT_LIB_LDAP NOPROTO = YES -# End MODULE libldb_tdb +# End MODULE libldb_ldap ################################################ ################################################ @@ -70,7 +70,8 @@ ADD_OBJ_FILES = \ lib/ldb/common/util.o \ lib/ldb/common/ldb_utf8.o \ lib/ldb/common/ldb_debug.o \ - lib/ldb/common/ldb_modules.o + lib/ldb/common/ldb_modules.o \ + lib/ldb/common/ldb_explode_dn.o REQUIRED_SUBSYSTEMS = \ LIBREPLACE LIBTALLOC NOPROTO = YES |