diff options
Diffstat (limited to 'libdwfl')
| -rw-r--r-- | libdwfl/ChangeLog | 4 | ||||
| -rw-r--r-- | libdwfl/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 41fc84bb..e8285d14 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,7 @@ +2013-04-24 Mark Wielaard <[email protected]> + + * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. + 2013-03-20 Jan Kratochvil <[email protected]> * dwfl_report_elf.c (__libdwfl_report_elf): Remove BASE aligning. diff --git a/libdwfl/Makefile.am b/libdwfl/Makefile.am index 0ef49285..3ef4dd6b 100644 --- a/libdwfl/Makefile.am +++ b/libdwfl/Makefile.am @@ -30,7 +30,7 @@ ## not, see <http://www.gnu.org/licenses/>. ## include $(top_srcdir)/config/eu.am -INCLUDES += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ +AM_CPPFLAGS += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ -I$(srcdir)/../libdw VERSION = 1 |
