summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/transpose
diff options
context:
space:
mode:
authorsimon2009-09-08 07:32:30 +0000
committersimon2009-09-08 07:32:30 +0000
commit5b039b5b51970dd1fe3f961f80a27b1fdbea1569 (patch)
tree7bdbfb8440cbf463b504176f45759e8a1135ad69 /src/c/matrixOperations/transpose
parent3dce118de0a298d6bfffcecc017a71196910bbf9 (diff)
downloadscilab2c-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.am4
-rw-r--r--src/c/matrixOperations/transpose/Makefile.in4
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)