diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/ChangeLog | 4 | ||||
| -rw-r--r-- | config/eu.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 02ecd97a..a3fba25f 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2013-04-24 Mark Wielaard <[email protected]> + + * eu.am: Use AM_CPPFLAGS instead of INCLUDES. + 2012-08-27 Mark Wielaard <[email protected]> * config/elfutils.spec.in: Update for 0.155. 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) \ |
