diff options
Diffstat (limited to 'src/matrixOperations/Makefile.am')
-rw-r--r-- | src/matrixOperations/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/matrixOperations/Makefile.am b/src/matrixOperations/Makefile.am index 67b04d38..8a970608 100644 --- a/src/matrixOperations/Makefile.am +++ b/src/matrixOperations/Makefile.am @@ -21,5 +21,6 @@ SUBDIRS= addition \ hilbert \ expm \ infiniteNorm \ - eyes + eyes \ + inversion |