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 /src/Makefile.in | |
parent | b43190fe77ead72e1fe569171a9e3b02c4733f9c (diff) | |
download | scilab2c-a50030338b23cf52611913b7e9581de6eec04a7b.tar.gz scilab2c-a50030338b23cf52611913b7e9581de6eec04a7b.tar.bz2 scilab2c-a50030338b23cf52611913b7e9581de6eec04a7b.zip |
enable operations module
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |