summaryrefslogtreecommitdiff
path: root/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 /Makefile.am
parentf52f71a2682ddebb192bb7b71d3ed338230dec26 (diff)
downloadgmp-fc780bd2c52e4938dab60376bfda46e8abd5f735.tar.gz
INCLUDES => AM_CPPFLAGS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8567c0e3f..66f26529c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -137,7 +137,7 @@ BUILT_SOURCES = gmp.h
DISTCLEANFILES = $(BUILT_SOURCES) config.m4 @gmp_srclinks@
# Tell gmp.h it's building gmp, not an application, used by windows DLL stuff.
-INCLUDES=-D__GMP_WITHIN_GMP
+AM_CPPFLAGS=-D__GMP_WITHIN_GMP
MPF_OBJECTS = mpf/init$U.lo mpf/init2$U.lo mpf/inits$U.lo mpf/set$U.lo \