diff options
author | simon | 2009-09-08 07:32:30 +0000 |
---|---|---|
committer | simon | 2009-09-08 07:32:30 +0000 |
commit | 5b039b5b51970dd1fe3f961f80a27b1fdbea1569 (patch) | |
tree | 7bdbfb8440cbf463b504176f45759e8a1135ad69 /src/c/matrixOperations/transpose | |
parent | 3dce118de0a298d6bfffcecc017a71196910bbf9 (diff) | |
download | scilab2c-5b039b5b51970dd1fe3f961f80a27b1fdbea1569.tar.gz scilab2c-5b039b5b51970dd1fe3f961f80a27b1fdbea1569.tar.bz2 scilab2c-5b039b5b51970dd1fe3f961f80a27b1fdbea1569.zip |
Automated test
Diffstat (limited to 'src/c/matrixOperations/transpose')
-rw-r--r-- | src/c/matrixOperations/transpose/Makefile.am | 4 | ||||
-rw-r--r-- | src/c/matrixOperations/transpose/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/c/matrixOperations/transpose/Makefile.am b/src/c/matrixOperations/transpose/Makefile.am index 11341058..f36910f4 100644 --- a/src/c/matrixOperations/transpose/Makefile.am +++ b/src/c/matrixOperations/transpose/Makefile.am @@ -32,8 +32,8 @@ check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ $(top_builddir)/src/fortran/blas/libsciblas.la \ libMatrixTranspose.la -check_INCLUDES = -I $(top_builddir)/type \ - -I $(top_builddir)/matrixOperations/includes +check_INCLUDES = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/matrixOperations/includes testMatrixTranspose_SOURCES = testMatrixTranspose.c testMatrixTranspose_LDADD = $(check_LDADD) diff --git a/src/c/matrixOperations/transpose/Makefile.in b/src/c/matrixOperations/transpose/Makefile.in index 05aa92c3..0b940ee1 100644 --- a/src/c/matrixOperations/transpose/Makefile.in +++ b/src/c/matrixOperations/transpose/Makefile.in @@ -228,8 +228,8 @@ check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ $(top_builddir)/src/fortran/blas/libsciblas.la \ libMatrixTranspose.la -check_INCLUDES = -I $(top_builddir)/type \ - -I $(top_builddir)/matrixOperations/includes +check_INCLUDES = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/matrixOperations/includes testMatrixTranspose_SOURCES = testMatrixTranspose.c testMatrixTranspose_LDADD = $(check_LDADD) |