diff options
author | torset | 2008-11-13 08:53:04 +0000 |
---|---|---|
committer | torset | 2008-11-13 08:53:04 +0000 |
commit | fbb4b7c8d67e1e6a98bce659ab5ec18fd3362d13 (patch) | |
tree | c8b12bbb58726a21a6339cce4ba9e909cd285816 /src/elementaryFunctions/acos/Makefile.am | |
parent | e4bf45d022a05af69e506fec2c9bde6ec105905a (diff) | |
download | scilab2c-fbb4b7c8d67e1e6a98bce659ab5ec18fd3362d13.tar.gz scilab2c-fbb4b7c8d67e1e6a98bce659ab5ec18fd3362d13.tar.bz2 scilab2c-fbb4b7c8d67e1e6a98bce659ab5ec18fd3362d13.zip |
change repertory for the multiplication and division and made the modifs in the files using them.
Diffstat (limited to 'src/elementaryFunctions/acos/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/acos/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |