summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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 /tests/Makefile.am
parentf52f71a2682ddebb192bb7b71d3ed338230dec26 (diff)
downloadgmp-fc780bd2c52e4938dab60376bfda46e8abd5f735.tar.gz
INCLUDES => AM_CPPFLAGS.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7ce8443e8..937174b48 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -22,7 +22,7 @@ SUBDIRS = . devel mpn mpz mpq mpf rand misc cxx
include ../mpn/Makeasm.am
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
LDADD = libtests.la $(top_builddir)/libgmp.la
check_LTLIBRARIES = libtests.la