diff options
author | jofret | 2008-05-27 12:48:27 +0000 |
---|---|---|
committer | jofret | 2008-05-27 12:48:27 +0000 |
commit | 7fca59a427590a3892e4bb7072eeb44a0d06e55e (patch) | |
tree | 17bed09a80601230bf2ded18d444e2e04fdfc059 /src/elementaryFunctions/exp/Makefile.am | |
parent | 506a3fd9833f8034fb3a349c6df994bd35a9eeb0 (diff) | |
download | scilab2c-7fca59a427590a3892e4bb7072eeb44a0d06e55e.tar.gz scilab2c-7fca59a427590a3892e4bb7072eeb44a0d06e55e.tar.bz2 scilab2c-7fca59a427590a3892e4bb7072eeb44a0d06e55e.zip |
Correct sqrt dependancies
Diffstat (limited to 'src/elementaryFunctions/exp/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/exp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/elementaryFunctions/exp/Makefile.am b/src/elementaryFunctions/exp/Makefile.am index 0c0c0133..9bf9e184 100644 --- a/src/elementaryFunctions/exp/Makefile.am +++ b/src/elementaryFunctions/exp/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)/lib/lapack/libscilapack.la \ $(top_builddir)/elementaryFunctions/cos/libCos.la \ $(top_builddir)/elementaryFunctions/sin/libSin.la \ $(top_builddir)/elementaryFunctions/cosh/libCosh.la \ @@ -46,6 +47,7 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/elementaryFunctions/exp/libExp.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ + $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ @LIBMATH@ check_PROGRAMS = testFloatExp testDoubleExp |