diff options
author | jofret | 2008-09-09 12:46:51 +0000 |
---|---|---|
committer | jofret | 2008-09-09 12:46:51 +0000 |
commit | a50030338b23cf52611913b7e9581de6eec04a7b (patch) | |
tree | eebba6ac804ef3202b245d2646c939e2479db37f | |
parent | b43190fe77ead72e1fe569171a9e3b02c4733f9c (diff) | |
download | scilab2c-a50030338b23cf52611913b7e9581de6eec04a7b.tar.gz scilab2c-a50030338b23cf52611913b7e9581de6eec04a7b.tar.bz2 scilab2c-a50030338b23cf52611913b7e9581de6eec04a7b.zip |
enable operations module
-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 |