summaryrefslogtreecommitdiff
path: root/messages
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-24 10:22:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-24 10:22:02 +0000
commita0444b412a65a4949b40d993319384609109f0e3 (patch)
treed38965820d8f48b4b62bbf61b329d8679a8517b8 /messages
parent0db3dbbb2a75aee7d5c1660db49797afc3fd23dd (diff)
downloadmailutils-a0444b412a65a4949b40d993319384609109f0e3.tar.gz
mailutils-a0444b412a65a4949b40d993319384609109f0e3.tar.bz2
Added @INTLINCS@ and @LTLIBINTL@ where appropriate.
Diffstat (limited to 'messages')
-rw-r--r--messages/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/messages/Makefile.am b/messages/Makefile.am
index c3e7790d1..7dcfa4899 100644
--- a/messages/Makefile.am
+++ b/messages/Makefile.am
@@ -2,9 +2,9 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = messages
-messages_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+messages_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@

Return to:

Send suggestions and report system problems to the System administrator.