Added @INTLINCS@ and @LTLIBINTL@
Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment