summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/tanh
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/tanh')
-rw-r--r--src/elementaryFunctions/tanh/Makefile.am4
-rw-r--r--src/elementaryFunctions/tanh/Makefile.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/elementaryFunctions/tanh/Makefile.am b/src/elementaryFunctions/tanh/Makefile.am
index d0bb409c..d7ea232a 100644
--- a/src/elementaryFunctions/tanh/Makefile.am
+++ b/src/elementaryFunctions/tanh/Makefile.am
@@ -62,10 +62,10 @@ TESTS = testFloatTanh testDoubleTanh
#
# -*- Hyperbolic Tangeant Tests -*-
#
-testFloatTanh_SOURCES = testFloatTanh.c
+testFloatTanh_SOURCES = testTanh.h testFloatTanh.c
testFloatTanh_CFLAGS = $(check_INCLUDES)
testFloatTanh_LDADD = $(check_LDADD)
-testDoubleTanh_SOURCES = testDoubleTanh.c
+testDoubleTanh_SOURCES = testTanh.h testDoubleTanh.c
testDoubleTanh_CFLAGS = $(check_INCLUDES)
testDoubleTanh_LDADD = $(check_LDADD) \ No newline at end of file
diff --git a/src/elementaryFunctions/tanh/Makefile.in b/src/elementaryFunctions/tanh/Makefile.in
index 39c7ad55..51539795 100644
--- a/src/elementaryFunctions/tanh/Makefile.in
+++ b/src/elementaryFunctions/tanh/Makefile.in
@@ -264,10 +264,10 @@ check_LDADD = $(top_builddir)/lib/lapack/libscilapack.la \
#
# -*- Hyperbolic Tangeant Tests -*-
#
-testFloatTanh_SOURCES = testFloatTanh.c
+testFloatTanh_SOURCES = testTanh.h testFloatTanh.c
testFloatTanh_CFLAGS = $(check_INCLUDES)
testFloatTanh_LDADD = $(check_LDADD)
-testDoubleTanh_SOURCES = testDoubleTanh.c
+testDoubleTanh_SOURCES = testTanh.h testDoubleTanh.c
testDoubleTanh_CFLAGS = $(check_INCLUDES)
testDoubleTanh_LDADD = $(check_LDADD)
all: all-am