diff options
author | jofret | 2008-06-20 06:54:18 +0000 |
---|---|---|
committer | jofret | 2008-06-20 06:54:18 +0000 |
commit | 0e6b135ea5bb5b063c3228046e874bf9e945de82 (patch) | |
tree | 728165d21b6957a0d66de86c8a5e23557d154844 /src/configure.ac | |
parent | 8300ec0083309b189f41594c0311a3eaafc403ad (diff) | |
download | scilab2c-0e6b135ea5bb5b063c3228046e874bf9e945de82.tar.gz scilab2c-0e6b135ea5bb5b063c3228046e874bf9e945de82.tar.bz2 scilab2c-0e6b135ea5bb5b063c3228046e874bf9e945de82.zip |
- Add cat to compilation process
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac index 5dda6b47..6e8da1de 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -169,6 +169,7 @@ matrixOperations/addition/Makefile matrixOperations/subtraction/Makefile matrixOperations/multiplication/Makefile matrixOperations/division/Makefile +matrixOperations/cat/Makefile implicitList/Makefile elementaryFunctions/Makefile elementaryFunctions/cos/Makefile |