summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-07 22:52:30 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-07 22:52:30 +0200
commit7afad6be99294457e428fbe7e76beeb8987eb7ea (patch)
treecd66cf9093b1415a7a6181bbaec1059e946b2f02 /mpf
parent31597a7ef379ce65183ca8929402a1c3ae84b376 (diff)
downloadgmp-7afad6be99294457e428fbe7e76beeb8987eb7ea.tar.gz
Regenerate for:
* Makefile.am, mpz/Makefile.am, mpq/Makefile.am, mpf/Makefile.am, mpbsd/Makefile.am (AM_CPPFLAGS): Set -D__GMP_WITHIN_GMP.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpf/Makefile.in b/mpf/Makefile.in
index b19e30c0e..2d3d004f6 100644
--- a/mpf/Makefile.in
+++ b/mpf/Makefile.in
@@ -123,6 +123,9 @@ 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
+
noinst_LTLIBRARIES = libmpf.la
libmpf_la_SOURCES = \
init.c init2.c set.c set_ui.c set_si.c set_str.c set_d.c set_z.c \