summaryrefslogtreecommitdiff
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-12 11:13:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-12 11:13:33 +0000
commit09f0fa24440c32b0136f458847e23ebe7dd13e3e (patch)
treec091ba6bce6b8ac2c01499f0a5c500eb12a6d669 /mail/Makefile.am
parentc4c3a427417076c27c9762922b42afef6b4710e9 (diff)
downloadmailutils-09f0fa24440c32b0136f458847e23ebe7dd13e3e.tar.gz
mailutils-09f0fa24440c32b0136f458847e23ebe7dd13e3e.tar.bz2
Fixed INCLUDES
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index f29285ed3..58fa9a32a 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = ../lib/ansi2knr
AM_YFLAGS=-vt
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox
AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\"
bin_PROGRAMS = mail

Return to:

Send suggestions and report system problems to the System administrator.