diff options
Diffstat (limited to 'src/matrixOperations/Makefile.am')
-rw-r--r-- | src/matrixOperations/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/matrixOperations/Makefile.am b/src/matrixOperations/Makefile.am index 4f3ae352..d9ac75bd 100644 --- a/src/matrixOperations/Makefile.am +++ b/src/matrixOperations/Makefile.am @@ -10,15 +10,13 @@ ## ## -SUBDIRS= addition \ - cat \ +SUBDIRS= cat \ division \ expm \ eye \ hilbert \ infiniteNorm \ multiplication \ - subtraction \ trace \ transpose \ ones \ |