diff options
Diffstat (limited to 'src/matrixOperations')
-rw-r--r-- | src/matrixOperations/Makefile.am | 3 | ||||
-rw-r--r-- | src/matrixOperations/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/matrixOperations/Makefile.am b/src/matrixOperations/Makefile.am index 177f0013..4e217150 100644 --- a/src/matrixOperations/Makefile.am +++ b/src/matrixOperations/Makefile.am @@ -21,7 +21,8 @@ SUBDIRS= addition \ subtraction \ trace \ transpose \ - ones + ones \ + jmat # inversion diff --git a/src/matrixOperations/Makefile.in b/src/matrixOperations/Makefile.in index a3730bc4..8e7b9fda 100644 --- a/src/matrixOperations/Makefile.in +++ b/src/matrixOperations/Makefile.in @@ -176,7 +176,8 @@ SUBDIRS = addition \ subtraction \ trace \ transpose \ - ones + ones \ + jmat all: all-recursive |