aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-06-20 16:00:58 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-06-20 16:00:58 +0000
commita30b4ad7ee6609f661f1738254cb229ecf6f741e (patch)
treee17d28e40d19808fb2de47cfdb4e325ce03c7f42 /Makefile.am
parente5e7399d62d9b46d74146e88127a68e31d6414aa (diff)
downloadfetchmail-a30b4ad7ee6609f661f1738254cb229ecf6f741e.tar.gz
fetchmail-a30b4ad7ee6609f661f1738254cb229ecf6f741e.tar.bz2
fetchmail-a30b4ad7ee6609f661f1738254cb229ecf6f741e.zip
Fix build (make distcheck in particular) on systems without system-wide gettext.
svn path=/trunk/; revision=3916
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 64da9273..ddea7800 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
SUBDIRS= intl m4 m4-local po
AM_CFLAGS= @CEFLAGS@
-AM_CPPFLAGS= @CPFLAGS@ -I$(top_srcdir)/intl
+AM_CPPFLAGS= @CPFLAGS@ -I$(top_srcdir)/intl -I$(top_builddir)/intl
AM_LDFLAGS= @LDEFLAGS@
ACLOCAL_AMFLAGS= -I m4 -I m4-local
AM_YFLAGS= -d