diff options
Diffstat (limited to 'src/elementaryFunctions/tanh')
-rw-r--r-- | src/elementaryFunctions/tanh/Makefile.am | 4 | ||||
-rw-r--r-- | src/elementaryFunctions/tanh/Makefile.in | 4 |
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 |