summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-07 22:54:37 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-07 22:54:37 +0200
commit6a9dd2ccaa63837676d58d31206d2a3b89ec44ec (patch)
tree18bf64c4bbd60573f6d2db97fe267595d5a87b8b /mpf
parent7afad6be99294457e428fbe7e76beeb8987eb7ea (diff)
downloadgmp-6a9dd2ccaa63837676d58d31206d2a3b89ec44ec.tar.gz
* 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.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpf/Makefile.am b/mpf/Makefile.am
index d2ba038b1..709afbcff 100644
--- a/mpf/Makefile.am
+++ b/mpf/Makefile.am
@@ -24,6 +24,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 \