summaryrefslogtreecommitdiff
path: root/winsup/mingw/mingwex/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/mingwex/Makefile.in')
-rw-r--r--winsup/mingw/mingwex/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in
index 0cb136ef9d1..59f8e40e4e1 100644
--- a/winsup/mingw/mingwex/Makefile.in
+++ b/winsup/mingw/mingwex/Makefile.in
@@ -31,6 +31,9 @@ DISTFILES = Makefile.in configure configure.in \
atoll.c \
copysignl.S \
dirent.c \
+ fdim.c \
+ fdimf.c \
+ fdiml.c \
feclearexcept.c \
fegetenv.c \
fegetexceptflag.c \
@@ -155,6 +158,7 @@ MATH_OBJS = \
trunc.o truncf.o truncl.o \
isnan.o isnanf.o isnanl.o \
fp_consts.o \
+ fdim.o fdimf.o fdiml.o \
fmax.o fmaxf.o fmaxl.o \
fmin.o fminf.o fminl.o \
fma.o fmaf.o fmal.o \