From f7548d6d28c313cf80e6f3ef89aed16a19815df1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:51:24 +0200 Subject: Adding upstream version 1:2.3.19.1+dfsg1. Signed-off-by: Daniel Baumann --- src/Makefile.am | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..aa0af22 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,72 @@ +if HAVE_LDAP +LIB_LDAP=lib-ldap +endif +if HAVE_LUA +LIB_LUA=lib-lua +endif + +LIBDOVECOT_SUBDIRS = \ + lib-test \ + lib \ + lib-settings \ + lib-auth \ + lib-dns \ + lib-master \ + lib-charset \ + lib-ssl-iostream \ + lib-dcrypt \ + lib-dict \ + lib-sasl \ + lib-old-stats \ + lib-http \ + lib-fs \ + lib-mail \ + lib-program-client \ + lib-smtp \ + lib-imap \ + lib-imap-storage \ + lib-oauth2 + +SUBDIRS = \ + $(LIBDOVECOT_SUBDIRS) \ + lib-dict-extra \ + lib-dovecot \ + $(LIB_LDAP) \ + $(LIB_LUA) \ + lib-fts \ + lib-imap-client \ + lib-imap-urlauth \ + lib-compression \ + lib-index \ + lib-storage \ + lib-sql \ + lib-otp \ + lib-lda \ + lib-dict-backend \ + anvil \ + auth \ + dict \ + dns \ + indexer \ + ipc \ + master \ + login-common \ + imap-hibernate \ + imap-login \ + imap \ + imap-urlauth \ + pop3-login \ + pop3 \ + submission-login \ + submission \ + lda \ + lmtp \ + log \ + config \ + director \ + replication \ + util \ + doveadm \ + stats \ + old-stats \ + plugins -- cgit v1.2.3