diff options
Diffstat (limited to 'src')
-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 62380e3e..4f3ae352 100644 --- a/src/matrixOperations/Makefile.am +++ b/src/matrixOperations/Makefile.am @@ -10,7 +10,8 @@ ## ## -SUBDIRS= cat \ +SUBDIRS= addition \ + cat \ division \ expm \ eye \ |