summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/asinh
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/asinh')
-rw-r--r--src/elementaryFunctions/asinh/Makefile.am3
-rw-r--r--src/elementaryFunctions/asinh/Makefile.in4
2 files changed, 5 insertions, 2 deletions
diff --git a/src/elementaryFunctions/asinh/Makefile.am b/src/elementaryFunctions/asinh/Makefile.am
index eee969fb..ed27672b 100644
--- a/src/elementaryFunctions/asinh/Makefile.am
+++ b/src/elementaryFunctions/asinh/Makefile.am
@@ -50,6 +50,7 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \
$(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \
$(top_builddir)/auxiliaryFunctions/abs/libAbs.la \
+ $(top_builddir)/operations/multiplication/libMultiplication.la \
@LIBMATH@
check_PROGRAMS = testFloatAsinh testDoubleAsinh
@@ -65,4 +66,4 @@ testFloatAsinh_LDADD = $(check_LDADD)
testDoubleAsinh_SOURCES = testAsinh.h testDoubleAsinh.c
testDoubleAsinh_CFLAGS = $(check_INCLUDES)
-testDoubleAsinh_LDADD = $(check_LDADD) \ No newline at end of file
+testDoubleAsinh_LDADD = $(check_LDADD)
diff --git a/src/elementaryFunctions/asinh/Makefile.in b/src/elementaryFunctions/asinh/Makefile.in
index 172d4565..c93b8aea 100644
--- a/src/elementaryFunctions/asinh/Makefile.in
+++ b/src/elementaryFunctions/asinh/Makefile.in
@@ -78,7 +78,8 @@ am__DEPENDENCIES_1 = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \
$(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \
$(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \
- $(top_builddir)/auxiliaryFunctions/abs/libAbs.la
+ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \
+ $(top_builddir)/operations/multiplication/libMultiplication.la
testDoubleAsinh_DEPENDENCIES = $(am__DEPENDENCIES_1)
testDoubleAsinh_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(testDoubleAsinh_CFLAGS) \
@@ -254,6 +255,7 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \
$(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \
$(top_builddir)/auxiliaryFunctions/abs/libAbs.la \
+ $(top_builddir)/operations/multiplication/libMultiplication.la \
@LIBMATH@