diff options
| author | Mark Wielaard <[email protected]> | 2013-04-25 16:50:11 -0400 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2013-04-26 10:06:08 +0200 |
| commit | cdaaf2153a1f40d1be080c8ff6e10767b51a1c96 (patch) | |
| tree | 8b61f93a23322c3b446226137c617ce0181e252d /src | |
| parent | d4744a7f641bbafe1a92529a812277052ae67029 (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 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec656112..5c3bf651 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-04-24 Mark Wielaard <[email protected]> + + * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. + 2013-03-25 Mark Wielaard <[email protected]> * readelf.c (argp_options): Add decodedline. diff --git a/src/Makefile.am b/src/Makefile.am index cf4875ef..674846d8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/config/eu.am DEFS += $(YYDEBUG) -DDEBUGPRED=@DEBUGPRED@ \ -DSRCDIR=\"$(shell cd $(srcdir);pwd)\" -DOBJDIR=\"$(shell pwd)\" -INCLUDES += -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ +AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ -I$(srcdir)/../libdw -I$(srcdir)/../libdwfl \ -I$(srcdir)/../libasm |
