diff options
author | torset | 2008-11-14 10:54:24 +0000 |
---|---|---|
committer | torset | 2008-11-14 10:54:24 +0000 |
commit | 30bc67048ea86d33cc07606eed4c396daf9abd41 (patch) | |
tree | ebce9325d00c32fb9ee57e3ce084d8fe70e29a0c /src/statisticsFunctions/variance/Makefile.in | |
parent | b3243ed109386db9353265e5b6252a318f631ac1 (diff) | |
download | scilab2c-30bc67048ea86d33cc07606eed4c396daf9abd41.tar.gz scilab2c-30bc67048ea86d33cc07606eed4c396daf9abd41.tar.bz2 scilab2c-30bc67048ea86d33cc07606eed4c396daf9abd41.zip |
added missing files
Diffstat (limited to 'src/statisticsFunctions/variance/Makefile.in')
-rw-r--r-- | src/statisticsFunctions/variance/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/statisticsFunctions/variance/Makefile.in b/src/statisticsFunctions/variance/Makefile.in index 77ee5f92..45e4867c 100644 --- a/src/statisticsFunctions/variance/Makefile.in +++ b/src/statisticsFunctions/variance/Makefile.in @@ -94,7 +94,8 @@ am__DEPENDENCIES_1 = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ $(top_builddir)/matrixOperations/transpose/libMatrixTranspose.la \ $(top_builddir)/operations/multiplication/libMultiplication.la \ - $(top_builddir)/operations/division/libDivision.la + $(top_builddir)/operations/division/libDivision.la \ + $(top_builddir)/auxiliaryFunctions/conj/libConj.la testDoubleVariance_DEPENDENCIES = $(am__DEPENDENCIES_1) testDoubleVariance_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -293,6 +294,7 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/matrixOperations/transpose/libMatrixTranspose.la \ $(top_builddir)/operations/multiplication/libMultiplication.la \ $(top_builddir)/operations/division/libDivision.la \ + $(top_builddir)/auxiliaryFunctions/conj/libConj.la \ @LIBMATH@ |