summaryrefslogtreecommitdiff
path: root/mail/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index a54f5e335..c712c05af 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -3,13 +3,13 @@
# See file COPYING in the distribution root directory for copying conditions.
AM_YFLAGS=-vt
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox @INTLINCS@
AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\"
bin_PROGRAMS = mail
mail_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la \
- @READLINE_LIBS@
+ @READLINE_LIBS@ @LTLIBINTL@
EXTRA_DIST = msgset.c

Return to:

Send suggestions and report system problems to the System administrator.