From b6d66bf36b76bd50fde1e595111a945a9f953a6b Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 9 Sep 2008 12:21:02 +0000 Subject: moving addition and subtraction to operations --- src/elementaryFunctions/asinh/Makefile.am | 1 + src/elementaryFunctions/asinh/Makefile.in | 2 ++ 2 files changed, 3 insertions(+) (limited to 'src/elementaryFunctions/asinh') diff --git a/src/elementaryFunctions/asinh/Makefile.am b/src/elementaryFunctions/asinh/Makefile.am index b075cdcf..eee969fb 100644 --- a/src/elementaryFunctions/asinh/Makefile.am +++ b/src/elementaryFunctions/asinh/Makefile.am @@ -39,6 +39,7 @@ check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/operations/addition/libAddition.la \ $(top_builddir)/lib/lapack/libscilapack.la \ $(top_builddir)/elementaryFunctions/asinh/libAsinh.la \ $(top_builddir)/elementaryFunctions/asin/libAsin.la \ diff --git a/src/elementaryFunctions/asinh/Makefile.in b/src/elementaryFunctions/asinh/Makefile.in index 44ea3f75..172d4565 100644 --- a/src/elementaryFunctions/asinh/Makefile.in +++ b/src/elementaryFunctions/asinh/Makefile.in @@ -68,6 +68,7 @@ am_testDoubleAsinh_OBJECTS = \ testDoubleAsinh_OBJECTS = $(am_testDoubleAsinh_OBJECTS) am__DEPENDENCIES_1 = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/operations/addition/libAddition.la \ $(top_builddir)/lib/lapack/libscilapack.la \ $(top_builddir)/elementaryFunctions/asinh/libAsinh.la \ $(top_builddir)/elementaryFunctions/asin/libAsin.la \ @@ -242,6 +243,7 @@ check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/operations/addition/libAddition.la \ $(top_builddir)/lib/lapack/libscilapack.la \ $(top_builddir)/elementaryFunctions/asinh/libAsinh.la \ $(top_builddir)/elementaryFunctions/asin/libAsin.la \ -- cgit