From fbb4b7c8d67e1e6a98bce659ab5ec18fd3362d13 Mon Sep 17 00:00:00 2001 From: torset Date: Thu, 13 Nov 2008 08:53:04 +0000 Subject: change repertory for the multiplication and division and made the modifs in the files using them. --- src/elementaryFunctions/acos/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/elementaryFunctions/acos/Makefile.am') diff --git a/src/elementaryFunctions/acos/Makefile.am b/src/elementaryFunctions/acos/Makefile.am index 69b5872c..a09873e5 100644 --- a/src/elementaryFunctions/acos/Makefile.am +++ b/src/elementaryFunctions/acos/Makefile.am @@ -52,6 +52,7 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ + $(top_builddir)/operations/multiplication/libMultiplication.la \ @LIBMATH@ check_PROGRAMS = testFloatAcos testDoubleAcos -- cgit