diff options
author | jofret | 2008-05-27 12:53:41 +0000 |
---|---|---|
committer | jofret | 2008-05-27 12:53:41 +0000 |
commit | d4ea634ca8bfffd5860eb2e236727207846b128d (patch) | |
tree | abc9865775ea363a88fb6af3bc2a182aa3adf666 /src/elementaryFunctions/log1p/Makefile.am | |
parent | f64ed4f3756ef68a57120d3cde24f72bf46b32fe (diff) | |
download | scilab2c-d4ea634ca8bfffd5860eb2e236727207846b128d.tar.gz scilab2c-d4ea634ca8bfffd5860eb2e236727207846b128d.tar.bz2 scilab2c-d4ea634ca8bfffd5860eb2e236727207846b128d.zip |
Correct sqrt dependancies
Diffstat (limited to 'src/elementaryFunctions/log1p/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/log1p/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elementaryFunctions/log1p/Makefile.am b/src/elementaryFunctions/log1p/Makefile.am index d5712aaf..1989cd9b 100644 --- a/src/elementaryFunctions/log1p/Makefile.am +++ b/src/elementaryFunctions/log1p/Makefile.am @@ -44,6 +44,7 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ $(top_builddir)/elementaryFunctions/log/libLog.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ + $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ @LIBMATH@ check_PROGRAMS = testFloatLog1p testDoubleLog1p |