aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpd
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2013-10-25 16:34:54 +0200
committerGilles Chehade <gilles@poolp.org>2013-10-25 16:34:54 +0200
commit179668b3aea43fc3ea3a82d3856e257884fee54e (patch)
tree2125cacf0b01ac84ff6bcbce9012a28789e1d8a8 /mk/smtpd
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-179668b3aea43fc3ea3a82d3856e257884fee54e.tar.xz
OpenSMTPD-179668b3aea43fc3ea3a82d3856e257884fee54e.zip
fix 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 e85cabe4..4b47f353 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -25,6 +25,8 @@ smtpd_SOURCES+= $(smtpd_srcdir)/delivery.c
smtpd_SOURCES+= $(smtpd_srcdir)/dict.c
smtpd_SOURCES+= $(smtpd_srcdir)/dns.c
smtpd_SOURCES+= $(smtpd_srcdir)/envelope.c
+smtpd_SOURCES+= $(smtpd_srcdir)/envelope_v1.c
+smtpd_SOURCES+= $(smtpd_srcdir)/envelope_v2.c
smtpd_SOURCES+= $(smtpd_srcdir)/expand.c
smtpd_SOURCES+= $(smtpd_srcdir)/forward.c
smtpd_SOURCES+= $(smtpd_srcdir)/iobuf.c