diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-20 03:40:44 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-20 03:40:44 +0100 |
commit | 0020793515ade04f3ef5754717490e2eb2ca6bb9 (patch) | |
tree | b40253d4ced131796826b8fd143ee6fff8def466 /source4/lib/ldb/ldb_ildap | |
parent | 84f69645c2050434963de9eacf0f61e712d74879 (diff) | |
download | samba-0020793515ade04f3ef5754717490e2eb2ca6bb9.tar.gz samba-0020793515ade04f3ef5754717490e2eb2ca6bb9.tar.bz2 samba-0020793515ade04f3ef5754717490e2eb2ca6bb9.zip |
Fix static module list generation for ldb.
(This used to be commit 92c1c0e9137f0845cac6cc96bf78711b6aaffe21)
Diffstat (limited to 'source4/lib/ldb/ldb_ildap')
-rw-r--r-- | source4/lib/ldb/ldb_ildap/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_ildap/config.mk b/source4/lib/ldb/ldb_ildap/config.mk index 01d9ec88ff..3062dc886f 100644 --- a/source4/lib/ldb/ldb_ildap/config.mk +++ b/source4/lib/ldb/ldb_ildap/config.mk @@ -5,7 +5,6 @@ SUBSYSTEM = LIBLDB CFLAGS = -Ilib/ldb/include OUTPUT_TYPE = SHARED_LIBRARY PRIVATE_DEPENDENCIES = LIBTALLOC LIBCLI_LDAP CREDENTIALS -INIT_FUNCTION = ldb_ildap_init ALIASES = ldapi ldaps ldap OBJ_FILES = \ ldb_ildap.o |