summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/log1p/Makefile.am
diff options
context:
space:
mode:
authorjofret2008-05-27 12:53:41 +0000
committerjofret2008-05-27 12:53:41 +0000
commitd4ea634ca8bfffd5860eb2e236727207846b128d (patch)
treeabc9865775ea363a88fb6af3bc2a182aa3adf666 /src/elementaryFunctions/log1p/Makefile.am
parentf64ed4f3756ef68a57120d3cde24f72bf46b32fe (diff)
downloadscilab2c-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.am1
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