diff options
Diffstat (limited to 'gettext-runtime/lib/Makefile.am')
-rw-r--r-- | gettext-runtime/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index 2edd7b2..a864e20 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -55,7 +55,7 @@ LIBADD_SOURCE = \ libgrt_a_LIBADD = @ALLOCA@ @LIBOBJS@ -INCLUDES = \ +AM_CPPFLAGS = \ -I. -I$(srcdir) \ -I.. \ -I../intl -I$(srcdir)/../intl \ |