summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2014-10-01 18:26:36 +0200
committerTorbjorn Granlund <torbjorng@google.com>2014-10-01 18:26:36 +0200
commitfc780bd2c52e4938dab60376bfda46e8abd5f735 (patch)
treed4967148d5a665e062495d900a15d21aefd3b6c1 /demos
parentf52f71a2682ddebb192bb7b71d3ed338230dec26 (diff)
downloadgmp-fc780bd2c52e4938dab60376bfda46e8abd5f735.tar.gz
INCLUDES => AM_CPPFLAGS.
Diffstat (limited to 'demos')
-rw-r--r--demos/Makefile.am2
-rw-r--r--demos/calc/Makefile.am2
-rw-r--r--demos/expr/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 0a7c2a473..64010a6d4 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -32,7 +32,7 @@
SUBDIRS = calc expr
EXTRA_DIST = perl primes.h
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
LDADD = $(top_builddir)/libgmp.la
qcn_LDADD = $(LDADD) $(LIBM)
diff --git a/demos/calc/Makefile.am b/demos/calc/Makefile.am
index 3a461ebc5..1cb533512 100644
--- a/demos/calc/Makefile.am
+++ b/demos/calc/Makefile.am
@@ -29,7 +29,7 @@
# see https://www.gnu.org/licenses/.
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
# $(LEXLIB) is not actually needed for flex (which means the distributed
# calclex.c), but it's included here for the benefit of anyone rebuilding
diff --git a/demos/expr/Makefile.am b/demos/expr/Makefile.am
index 369e75174..252300aaf 100644
--- a/demos/expr/Makefile.am
+++ b/demos/expr/Makefile.am
@@ -29,7 +29,7 @@
# see https://www.gnu.org/licenses/.
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
# FIXME: This is a workaround for a bug in automake 1.8.4. When the only
# library is in EXTRA_LIBRARIES, $(ARFLAGS) is used but no default setting