diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-05-29 13:14:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-05-29 13:14:54 (GMT) |
commit | a6f34ced4fa495a78ccc0be360233d64dbb2c6d8 (patch) | |
tree | 57f620c05c2bc67b34dfb13bf39caa1567e325fa /src/arch/arm/v456/operands | |
parent | 9fb4e05f124c8f794c835251f5e31142039f9f59 (diff) |
Removed the warnings from automake by replacing the deprecated 'INCLUDES' by 'AM_CPPFLAGS'.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@374 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/arm/v456/operands')
-rw-r--r-- | src/arch/arm/v456/operands/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/arch/arm/v456/operands/Makefile.am b/src/arch/arm/v456/operands/Makefile.am index 9a8973b..1179c99 100644 --- a/src/arch/arm/v456/operands/Makefile.am +++ b/src/arch/arm/v456/operands/Makefile.am @@ -8,9 +8,7 @@ libarcharmv456operands_la_SOURCES = \ libarcharmv456_la_CFLAGS = $(AM_CFLAGS) -INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) - -AM_CPPFLAGS = +AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) |