aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpd
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2013-11-05 10:42:00 +0100
committerGilles Chehade <gilles@poolp.org>2013-11-05 10:42:00 +0100
commit6be53b60b838cb49c51ef4a390c5d64df2b8d5db (patch)
tree0f2018ef4ee4c558d16faec222cd06d994e91a07 /mk/smtpd
parentallow --with-pic / --without-pic (diff)
downloadOpenSMTPD-6be53b60b838cb49c51ef4a390c5d64df2b8d5db.tar.xz
OpenSMTPD-6be53b60b838cb49c51ef4a390c5d64df2b8d5db.zip
cleanup warnings
Diffstat (limited to 'mk/smtpd')
-rw-r--r--mk/smtpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index b210aef6..df3ce2a9 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -95,7 +95,7 @@ smtpd_SOURCES+= $(asr_srcdir)/asr.c \
smtpd_CFLAGS= -DIO_SSL -DASR_OPT_THREADSAFE=0
smtpd_CFLAGS+= -DCA_FILE=\"$(CA_FILE)\"
-INCLUDES= -I$(smtpd_srcdir) \
+AM_CPPFLAGS= -I$(smtpd_srcdir) \
-I$(compat_srcdir) \
-I$(asr_srcdir)