diff options
Diffstat (limited to 'src/elementaryFunctions/atanh/Makefile.in')
-rw-r--r-- | src/elementaryFunctions/atanh/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elementaryFunctions/atanh/Makefile.in b/src/elementaryFunctions/atanh/Makefile.in index 0087bd0e..6d30d5c9 100644 --- a/src/elementaryFunctions/atanh/Makefile.in +++ b/src/elementaryFunctions/atanh/Makefile.in @@ -252,10 +252,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ # # -*- Hyperbolic ArcTangeant Tests -*- # -testFloatAtanh_SOURCES = testFloatAtanh.c +testFloatAtanh_SOURCES = testAtanh.h testFloatAtanh.c testFloatAtanh_CFLAGS = $(check_INCLUDES) testFloatAtanh_LDADD = $(check_LDADD) -testDoubleAtanh_SOURCES = testDoubleAtanh.c +testDoubleAtanh_SOURCES = testAtanh.h testDoubleAtanh.c testDoubleAtanh_CFLAGS = $(check_INCLUDES) testDoubleAtanh_LDADD = $(check_LDADD) all: all-am |