aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpd
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2015-05-07 01:32:55 +0200
committerGilles Chehade <gilles@poolp.org>2015-05-07 01:32:55 +0200
commit95d994b2fd89194f24e2a9fc9dcb387b3346aee6 (patch)
tree18a4f6e500f3ee2736da55e5bf570d2865999ef7 /mk/smtpd
parentRevert "do not link table_db in table API if not builtin" (diff)
downloadOpenSMTPD-95d994b2fd89194f24e2a9fc9dcb387b3346aee6.tar.xz
OpenSMTPD-95d994b2fd89194f24e2a9fc9dcb387b3346aee6.zip
Revert "do not build table_db or makemap if !defined ENABLE_TABLE_DB"
This reverts commit 2b9f6f288255dafcaf642787ae87a4fe9fd1e057.
Diffstat (limited to 'mk/smtpd')
-rw-r--r--mk/smtpd/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index 7d4da7ed..a327bd19 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -71,9 +71,7 @@ smtpd_SOURCES+= $(smtpd_srcdir)/delivery_maildir.c
smtpd_SOURCES+= $(smtpd_srcdir)/delivery_mbox.c
smtpd_SOURCES+= $(smtpd_srcdir)/delivery_mda.c
smtpd_SOURCES+= $(smtpd_srcdir)/delivery_lmtp.c
-if ENABLE_TABLE_DB
smtpd_SOURCES+= $(smtpd_srcdir)/table_db.c
-endif
smtpd_SOURCES+= $(smtpd_srcdir)/table_getpwnam.c
smtpd_SOURCES+= $(smtpd_srcdir)/table_proc.c
smtpd_SOURCES+= $(smtpd_srcdir)/table_static.c