From a30b4ad7ee6609f661f1738254cb229ecf6f741e Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 20 Jun 2004 16:00:58 +0000 Subject: Fix build (make distcheck in particular) on systems without system-wide gettext. svn path=/trunk/; revision=3916 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3