diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-06-20 16:00:58 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-06-20 16:00:58 +0000 |
commit | a30b4ad7ee6609f661f1738254cb229ecf6f741e (patch) | |
tree | e17d28e40d19808fb2de47cfdb4e325ce03c7f42 /Makefile.am | |
parent | e5e7399d62d9b46d74146e88127a68e31d6414aa (diff) | |
download | fetchmail-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.am | 2 |
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 |