diff options
author | jofret | 2008-05-30 12:50:47 +0000 |
---|---|---|
committer | jofret | 2008-05-30 12:50:47 +0000 |
commit | b9a252d9527b3de1d3eb0fc65bc12a23db828a5d (patch) | |
tree | f6426a4bdf3f27991ff62737e6dc3cdf823f21fa /src | |
parent | 1cb4258e9a7ccf3bb2abb5d127f5231dc67c866f (diff) | |
download | scilab2c-b9a252d9527b3de1d3eb0fc65bc12a23db828a5d.tar.gz scilab2c-b9a252d9527b3de1d3eb0fc65bc12a23db828a5d.tar.bz2 scilab2c-b9a252d9527b3de1d3eb0fc65bc12a23db828a5d.zip |
enable statistics module
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4a19969b..c282714b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,5 +15,6 @@ SUBDIRS= lib/blas \ type \ elementaryFunctions \ auxiliaryFunctions \ + statisticsFunctions \ matrixOperations #\ #operations diff --git a/src/Makefile.in b/src/Makefile.in index 51d8b276..e2d7263b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -186,6 +186,7 @@ SUBDIRS = lib/blas \ type \ elementaryFunctions \ auxiliaryFunctions \ + statisticsFunctions \ matrixOperations #\ #operations |