diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 18:06:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:43 -0500 |
commit | ace1c1f816afe2104f830c9a0f76048e8ea2b0c8 (patch) | |
tree | 8e7fd41d8c7ff5595abc6dbf56116d528ae5c42f /source4/lib/ldb/config.mk | |
parent | 90e3150099ac5b7e711eddaaf318b8c7dcbc0c73 (diff) | |
download | samba-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/config.mk')
-rw-r--r-- | source4/lib/ldb/config.mk | 5 |
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 ################################################ |