diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | src/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 72021f9f..3b24bad8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,9 +13,10 @@ SUBDIRS= lib/blas \ lib/lapack \ type \ + operations \ elementaryFunctions \ auxiliaryFunctions \ statisticsFunctions \ matrixOperations \ implicitList \ - string + string diff --git a/src/Makefile.in b/src/Makefile.in index 752fc1f2..c10051ac 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -184,12 +184,13 @@ top_srcdir = @top_srcdir@ SUBDIRS = lib/blas \ lib/lapack \ type \ + operations \ elementaryFunctions \ auxiliaryFunctions \ statisticsFunctions \ matrixOperations \ implicitList \ - string + string all: all-recursive |