aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-09-19 01:29:41 +0200
committerGilles Chehade <gilles@poolp.org>2019-09-19 01:29:41 +0200
commit37c0e278de6560c9415f0bf74db204eedcb83cfb (patch)
tree8e759a6053006e46c700232eade0e4873b97941c
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-37c0e278de6560c9415f0bf74db204eedcb83cfb.tar.xz
OpenSMTPD-37c0e278de6560c9415f0bf74db204eedcb83cfb.zip
link smtp to the build
-rw-r--r--configure.ac1
-rw-r--r--mk/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 462a139a..4266a10d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2085,6 +2085,7 @@ AC_CONFIG_FILES([Makefile
mk/mail/mail.mda/Makefile
mk/smtpd/Makefile
mk/smtpctl/Makefile
+ mk/smtp/Makefile
contrib/Makefile
contrib/libexec/Makefile
contrib/libexec/mail.local/Makefile
diff --git a/mk/Makefile.am b/mk/Makefile.am
index 15261a41..f49c5289 100644
--- a/mk/Makefile.am
+++ b/mk/Makefile.am
@@ -1,3 +1,4 @@
SUBDIRS = smtpd
SUBDIRS += smtpctl
SUBDIRS += mail
+SUBDIRS += smtp