summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/tanh
diff options
context:
space:
mode:
authorjofret2008-06-26 17:18:16 +0000
committerjofret2008-06-26 17:18:16 +0000
commit09444cda0c8355cfb49c2a96e807512d0b3124c8 (patch)
tree123cc6bdf0b1dd4ee4011d6f8d6e4a0d0e74b72d /src/elementaryFunctions/tanh
parenta3253247b833e6c01e90fabdf5d43e69b6e6784b (diff)
downloadscilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.tar.gz
scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.tar.bz2
scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.zip
Enable make dist work
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