diff options
author | jofret | 2008-05-21 09:53:06 +0000 |
---|---|---|
committer | jofret | 2008-05-21 09:53:06 +0000 |
commit | 4e4209a43336f42f9754b89c4504f30ddd5f1a89 (patch) | |
tree | fb685f4619cefdccb9133874d109d030b0e36ea0 /src/elementaryFunctions/cosh/Makefile.am | |
parent | 1e61e52ca81e6d1aa988010f8ebcc15b8fb4ad7a (diff) | |
download | scilab2c-4e4209a43336f42f9754b89c4504f30ddd5f1a89.tar.gz scilab2c-4e4209a43336f42f9754b89c4504f30ddd5f1a89.tar.bz2 scilab2c-4e4209a43336f42f9754b89c4504f30ddd5f1a89.zip |
* Update COSH algorithm according to Scilab behaviour
* Update Licenses
* Update dependencies
Diffstat (limited to 'src/elementaryFunctions/cosh/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/cosh/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/elementaryFunctions/cosh/Makefile.am b/src/elementaryFunctions/cosh/Makefile.am index d3a80988..708d1de4 100644 --- a/src/elementaryFunctions/cosh/Makefile.am +++ b/src/elementaryFunctions/cosh/Makefile.am @@ -10,8 +10,9 @@ ## ## -libCosh_la_CFLAGS = -I ../../type \ - -I ../includes +libCosh_la_CFLAGS = -I $(top_builddir)/type \ + -I $(top_builddir)/auxiliaryFunctions/includes \ + -I $(top_builddir)/elementaryFunctions/includes instdir = $(top_builddir)/lib @@ -43,6 +44,9 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/elementaryFunctions/cos/libCos.la \ $(top_builddir)/elementaryFunctions/sinh/libSinh.la \ $(top_builddir)/elementaryFunctions/sin/libSin.la \ + $(top_builddir)/elementaryFunctions/exp/libExp.la \ + $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ + $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ @LIBMATH@ check_PROGRAMS = testFloatCosh testDoubleCosh |