Commit bb55535e bb55535ecdcbce66ac29f62e785ab92a9586187d by Sergey Poznyakoff

Added @INTLINCS@ and @LTLIBINTL@

1 parent 9b4105c1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 # Copyright (C) 2000,2001,2002 Free Software Foundation 2 # Copyright (C) 2000,2001,2002 Free Software Foundation
3 # See file COPYING in the distribution root directory for copying conditions. 3 # See file COPYING in the distribution root directory for copying conditions.
4 4
5 INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm 5 INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @INTLINCS@
6 6
7 SUBDIRS = testsuite 7 SUBDIRS = testsuite
8 PROGRAMS_SMTP = mail.remote 8 PROGRAMS_SMTP = mail.remote
...@@ -11,5 +11,4 @@ libexec_PROGRAMS = @BUILD_SMTP_PROGRAMS@ ...@@ -11,5 +11,4 @@ libexec_PROGRAMS = @BUILD_SMTP_PROGRAMS@
11 11
12 mail_remote_SOURCES = mail.remote.c 12 mail_remote_SOURCES = mail.remote.c
13 13
14 mail_remote_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la 14 mail_remote_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
15
......