summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-18 23:12:27 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-18 23:12:27 -0800
commite97d463031ec8026fc4cfa47e049714d1d2fb36a (patch)
tree256890e6a08253a76462d25cd3b4a419c0c5d2f4
parent6b43ec8acc05d25f8c9338dfe9400542e6ecbdf9 (diff)
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html - Support for the long-deprecated INCLUDES variable will be removed altogether in Automake 1.14. The AM_CPPFLAGS variable should be used instead. This variable was deprecated in Automake releases prior to 1.10, which is the current minimum level required to build X. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1664d31..be815b9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ libXevie_la_LIBADD = $(XEVIE_LIBS)
AM_CFLAGS = $(CWARNFLAGS) $(XEVIE_CFLAGS)
-INCLUDES = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
libXevie_la_LDFLAGS = -version-number 1:0:0 -no-undefined