summaryrefslogtreecommitdiffstats
path: root/config/eu.am
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2013-04-25 16:50:11 -0400
committerMark Wielaard <[email protected]>2013-04-26 10:06:08 +0200
commitcdaaf2153a1f40d1be080c8ff6e10767b51a1c96 (patch)
tree8b61f93a23322c3b446226137c617ce0181e252d /config/eu.am
parentd4744a7f641bbafe1a92529a812277052ae67029 (diff)
Updates for Automake 1.13.
autoreconf will install config/test-driver, ignore it. Update gettext m4 and po files to version 0.18.2. Use AM_CPPFLAGS instead of INCLUDES. All changes are backward compatible with Automake 1.11.
Diffstat (limited to 'config/eu.am')
-rw-r--r--config/eu.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/eu.am b/config/eu.am
index 95e65204..86e5a4e9 100644
--- a/config/eu.am
+++ b/config/eu.am
@@ -30,7 +30,7 @@
##
DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/lib -I..
+AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I..
AM_CFLAGS = -std=gnu99 -Wall -Wshadow \
$(if $($(*F)_no_Werror),,-Werror) \
$(if $($(*F)_no_Wunused),,-Wunused -Wextra) \