aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpd
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2014-10-13 16:28:28 +0200
committerGilles Chehade <gilles@poolp.org>2014-10-13 16:28:28 +0200
commitd6797d5facf426f8b19859075f6d6555ed6acbc6 (patch)
tree20c0730a8e4ee3ef20c425530cabdcef18f829df /mk/smtpd
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-d6797d5facf426f8b19859075f6d6555ed6acbc6.tar.xz
OpenSMTPD-d6797d5facf426f8b19859075f6d6555ed6acbc6.zip
add rfc2822 and rfc822 parsers to the build
Diffstat (limited to 'mk/smtpd')
-rw-r--r--mk/smtpd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index be754b10..eda1843f 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -42,6 +42,8 @@ smtpd_SOURCES+= $(smtpd_srcdir)/parse.y
smtpd_SOURCES+= $(smtpd_srcdir)/pony.c
smtpd_SOURCES+= $(smtpd_srcdir)/queue.c
smtpd_SOURCES+= $(smtpd_srcdir)/queue_backend.c
+smtpd_SOURCES+= $(smtpd_srcdir)/rfc2822.c
+smtpd_SOURCES+= $(smtpd_srcdir)/rfc822.c
smtpd_SOURCES+= $(smtpd_srcdir)/ruleset.c
smtpd_SOURCES+= $(smtpd_srcdir)/runq.c
smtpd_SOURCES+= $(smtpd_srcdir)/scheduler.c