summaryrefslogtreecommitdiff
path: root/sieve/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sieve/Makefile.am')
-rw-r--r--sieve/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 9fa8b4fe2..edd870374 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -2,11 +2,11 @@
# 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 = sieve
sieve_SOURCES = sieve.c
-sieve_LDADD = ../libsieve/libsieve.la ../mailbox/libmailbox.la ../lib/libmailutils.la
+sieve_LDADD = ../libsieve/libsieve.la ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
sieve_LDFLAGS = -export-dynamic

Return to:

Send suggestions and report system problems to the System administrator.