diff options
author | jofret | 2008-05-23 12:41:17 +0000 |
---|---|---|
committer | jofret | 2008-05-23 12:41:17 +0000 |
commit | f1bbfb42cb11c7b9579aec4f60f5804228108432 (patch) | |
tree | ebedae121c744e34b0176b886b8a30867aba1be8 /src/elementaryFunctions/asinh | |
parent | 1338edd2379d4ad6e113bade9c71b0bf93fd5659 (diff) | |
download | scilab2c-f1bbfb42cb11c7b9579aec4f60f5804228108432.tar.gz scilab2c-f1bbfb42cb11c7b9579aec4f60f5804228108432.tar.bz2 scilab2c-f1bbfb42cb11c7b9579aec4f60f5804228108432.zip |
Correct dependancies
Diffstat (limited to 'src/elementaryFunctions/asinh')
-rw-r--r-- | src/elementaryFunctions/asinh/Makefile.am | 2 | ||||
-rw-r--r-- | src/elementaryFunctions/asinh/Makefile.in | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/elementaryFunctions/asinh/Makefile.am b/src/elementaryFunctions/asinh/Makefile.am index 1df8df93..a05f718a 100644 --- a/src/elementaryFunctions/asinh/Makefile.am +++ b/src/elementaryFunctions/asinh/Makefile.am @@ -46,6 +46,8 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/elementaryFunctions/log/libLog.la \ $(top_builddir)/elementaryFunctions/atan/libAtan.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ + $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ + $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ @LIBMATH@ diff --git a/src/elementaryFunctions/asinh/Makefile.in b/src/elementaryFunctions/asinh/Makefile.in index 58ec0f71..22a1beaf 100644 --- a/src/elementaryFunctions/asinh/Makefile.in +++ b/src/elementaryFunctions/asinh/Makefile.in @@ -75,6 +75,8 @@ am__DEPENDENCIES_1 = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/elementaryFunctions/log/libLog.la \ $(top_builddir)/elementaryFunctions/atan/libAtan.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ + $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ + $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la testDoubleAsinh_DEPENDENCIES = $(am__DEPENDENCIES_1) testDoubleAsinh_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -247,6 +249,8 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/elementaryFunctions/log/libLog.la \ $(top_builddir)/elementaryFunctions/atan/libAtan.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ + $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ + $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ @LIBMATH@ |