summaryrefslogtreecommitdiffstats
path: root/backends
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 /backends
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 'backends')
-rw-r--r--backends/ChangeLog4
-rw-r--r--backends/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 5fd3b6db..4f7480d8 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-24 Mark Wielaard <[email protected]>
+
+ * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
+
2013-02-06 Mark Wielaard <[email protected]>
* libebl_CPU.h (DWARF_TAG_OR_RETURN): New macro.
diff --git a/backends/Makefile.am b/backends/Makefile.am
index 283bbfc3..19237027 100644
--- a/backends/Makefile.am
+++ b/backends/Makefile.am
@@ -28,7 +28,7 @@
## the GNU Lesser General Public License along with this program. If
## not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/config/eu.am
-INCLUDES += -I$(top_srcdir)/libebl -I$(top_srcdir)/libasm \
+AM_CPPFLAGS += -I$(top_srcdir)/libebl -I$(top_srcdir)/libasm \
-I$(top_srcdir)/libelf -I$(top_srcdir)/libdw