diff options
author | simon | 2008-07-02 08:48:16 +0000 |
---|---|---|
committer | simon | 2008-07-02 08:48:16 +0000 |
commit | 15c7c1cc91dccc116c3385f64ec94cb40bbf43ce (patch) | |
tree | c89eaad17d42e8480b3e2a9743ea4a7776b66fa6 /src/Makefile.am | |
parent | 2d38040251ca5667cac46b7cbff3a067d267b3f8 (diff) | |
download | scilab2c-15c7c1cc91dccc116c3385f64ec94cb40bbf43ce.tar.gz scilab2c-15c7c1cc91dccc116c3385f64ec94cb40bbf43ce.tar.bz2 scilab2c-15c7c1cc91dccc116c3385f64ec94cb40bbf43ce.zip |
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7ee03132..74314a41 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,5 +17,5 @@ SUBDIRS= lib/blas \ auxiliaryFunctions \ statisticsFunctions \ matrixOperations \ - implicitList #\ - #operations + implicitList \ + string |