summaryrefslogtreecommitdiff
path: root/mpf/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-07 23:13:01 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-07 23:13:01 +0200
commit6a164d81483ba55e73e2d15d2639af6c80455e14 (patch)
tree6fedc36255db3f49c99b34242e3a20be52777465 /mpf/Makefile.am
parentc41eef1f25186d5622bc2a925298f821caea5065 (diff)
downloadgmp-6a164d81483ba55e73e2d15d2639af6c80455e14.tar.gz
Amend to:
* Makefile.am, mpz/Makefile.am, mpq/Makefile.am, mpf/Makefile.am, mpbsd/Makefile.am (INCLUDES): Set -D__GMP_WITHIN_GMP.
Diffstat (limited to 'mpf/Makefile.am')
-rw-r--r--mpf/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/mpf/Makefile.am b/mpf/Makefile.am
index 709afbcff..bee8208cf 100644
--- a/mpf/Makefile.am
+++ b/mpf/Makefile.am
@@ -22,10 +22,8 @@
AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
-INCLUDES = -I$(top_srcdir) -DOPERATION_`echo $* | sed 's/_$$//'`
-
-# Tell gmp.h it's building gmp, not an application, used by windows DLL stuff.
-AM_CPPFLAGS=-D__GMP_WITHIN_GMP
+INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir) \
+ -DOPERATION_`echo $* | sed 's/_$$//'`
noinst_LTLIBRARIES = libmpf.la
libmpf_la_SOURCES = \