summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-13 18:06:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:43 -0500
commitace1c1f816afe2104f830c9a0f76048e8ea2b0c8 (patch)
tree8e7fd41d8c7ff5595abc6dbf56116d528ae5c42f /source4/lib/ldb
parent90e3150099ac5b7e711eddaaf318b8c7dcbc0c73 (diff)
downloadsamba-ace1c1f816afe2104f830c9a0f76048e8ea2b0c8.tar.gz
samba-ace1c1f816afe2104f830c9a0f76048e8ea2b0c8.tar.bz2
samba-ace1c1f816afe2104f830c9a0f76048e8ea2b0c8.zip
r697: make use of SMB_EXT_LIB for LDAP and KRB5
metze (This used to be commit b054f7d4906d1d2b96b352af09c6bdcf96553c2a)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/config.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index e4789c50b1..09d4d421fb 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -3,6 +3,8 @@
[MODULE::libldb_ldap]
INIT_OBJ_FILES = \
lib/ldb/ldb_ldap/ldb_ldap.o
+REQUIRED_LIBRARIES = \
+ LDAP
# End MODULE libldb_tdb
################################################
@@ -43,7 +45,8 @@ ADD_OBJ_FILES = \
MAJOR_VERSION = 0
MINOR_VERSION = 0
RELEASE_VERSION = 1
-REQUIRED_SUBSYSTEMS = LIBLDB
+REQUIRED_SUBSYSTEMS = \
+ LIBLDB
#
# End LIBRARY LIBLDB
################################################