From 20477d627e595249371cfff878b0e249d1c62cee Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 20 Sep 2003 15:21:35 +0000 Subject: Fixed INCLUDES --- sieve/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sieve') diff --git a/sieve/Makefile.am b/sieve/Makefile.am index 305d8bf96..e1756cbba 100644 --- a/sieve/Makefile.am +++ b/sieve/Makefile.am @@ -17,7 +17,7 @@ ## Foundation, Inc. ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @INTLINCS@ +INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@ SUBDIRS = testsuite bin_PROGRAMS = sieve -- cgit v1.2.1