History log of /dovecot/src/lib-ldap/Makefile.am
Revision Date Author Comments Expand
149299c7d5136a8fb425ef3cf8953026a1358002 11-Oct-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

global: Use check-local in Makefile.am instead of overriding check directly This helps with dependency problems, like running "make check" in lib-storage without "make" first would try to compile the test programs too early and fail.

/dovecot/src/anvil/Makefile.am /dovecot/src/auth/Makefile.am /dovecot/src/director/Makefile.am /dovecot/src/doveadm/Makefile.am /dovecot/src/doveadm/dsync/Makefile.am /dovecot/src/lib-charset/Makefile.am /dovecot/src/lib-compression/Makefile.am /dovecot/src/lib-dcrypt/Makefile.am /dovecot/src/lib-dict-backend/Makefile.am /dovecot/src/lib-dict/Makefile.am /dovecot/src/lib-dns/Makefile.am /dovecot/src/lib-fs/Makefile.am /dovecot/src/lib-fts/Makefile.am /dovecot/src/lib-http/Makefile.am /dovecot/src/lib-imap-client/Makefile.am /dovecot/src/lib-imap/Makefile.am /dovecot/src/lib-index/Makefile.am Makefile.am /dovecot/src/lib-mail/Makefile.am /dovecot/src/lib-master/Makefile.am /dovecot/src/lib-program-client/Makefile.am /dovecot/src/lib-settings/Makefile.am /dovecot/src/lib-smtp/Makefile.am /dovecot/src/lib-storage/Makefile.am /dovecot/src/lib/Makefile.am /dovecot/src/plugins/mail-crypt/Makefile.am /dovecot/src/plugins/pop3-migration/Makefile.am /dovecot/src/plugins/quota/Makefile.am /dovecot/src/plugins/var-expand-crypt/Makefile.am
3cd37f77d6e2d6b6a7cbd8205f9e403fa147e130 11-Oct-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-sql, lib-ldap: Fix link dependencies Fixes using the gold linker.

1b3579352544e7920fd497328b29fb3e06a85768 07-Jun-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

Fixed linking with OSX.

0d7325fd167763a4d5e1d274f63d45863e2ca9d0 10-May-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-ldap: Reverted previous commit for now. We don't have libdovecot built at at this stage. But we can't build it earlier, because it needs lib-dict-extra, which needs lib-ldap. So we have cyclical dependencies now.

6bff0a08e74aafabd40588123ee0d817bcd7c487 10-May-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-ldap: Add libdovecot dependency to libdovecot-ldap Required for linking to work on OSX.

9e6c76cae59ece71f72e33d8fac9025ee12eaf05 02-May-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-ldap: Added initial connection pooling code. This is mainly about allowing multiple dict-ldaps to use the same ldap-connection. In future we could support load balancing with multiple concurrent LDAP connections.

844129da33797fba15314372a0dfab4cfe8162e8 11-Apr-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-ldap: Add lib-ldap implementation