diff options
author | torset | 2009-02-16 15:29:51 +0000 |
---|---|---|
committer | torset | 2009-02-16 15:29:51 +0000 |
commit | 92d3899c14d576c20762d7860f5e2f137923da0c (patch) | |
tree | 3517e7882a627eb34ddd33ff239ea166b1a619a2 /src/matrixOperations/logm/Makefile.in | |
parent | 3e496dd7bab97deca705a84b3452bc01dc35d398 (diff) | |
download | scilab2c-92d3899c14d576c20762d7860f5e2f137923da0c.tar.gz scilab2c-92d3899c14d576c20762d7860f5e2f137923da0c.tar.bz2 scilab2c-92d3899c14d576c20762d7860f5e2f137923da0c.zip |
Miscellanous change - Major change : change size by rows for more comprehension
Diffstat (limited to 'src/matrixOperations/logm/Makefile.in')
-rw-r--r-- | src/matrixOperations/logm/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/matrixOperations/logm/Makefile.in b/src/matrixOperations/logm/Makefile.in index e662a1a0..93b2dc6f 100644 --- a/src/matrixOperations/logm/Makefile.in +++ b/src/matrixOperations/logm/Makefile.in @@ -218,6 +218,7 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/elementaryFunctions/log1p/libLog1p.la \ $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ + $(top_builddir)/auxiliaryFunctions/conj/libConj.la \ $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ $(top_builddir)/auxiliaryFunctions/sign/libSign.la \ $(top_builddir)/operations/multiplication/libMultiplication.la \ |