diff options
author | jofret | 2008-06-05 08:35:58 +0000 |
---|---|---|
committer | jofret | 2008-06-05 08:35:58 +0000 |
commit | c4ca26eb9d2bbe224e41fc40658279cb865c48fc (patch) | |
tree | a5c115ef3d8e5c41ea7f413d02769c65e919d350 /src | |
parent | 9a43876119d4651c1098f2a3cd4f4b912c0a888b (diff) | |
download | scilab2c-c4ca26eb9d2bbe224e41fc40658279cb865c48fc.tar.gz scilab2c-c4ca26eb9d2bbe224e41fc40658279cb865c48fc.tar.bz2 scilab2c-c4ca26eb9d2bbe224e41fc40658279cb865c48fc.zip |
Adding length to test process.
Diffstat (limited to 'src')
-rw-r--r-- | src/auxiliaryFunctions/Makefile.am | 3 | ||||
-rw-r--r-- | src/auxiliaryFunctions/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/auxiliaryFunctions/Makefile.am b/src/auxiliaryFunctions/Makefile.am index 00aa29ba..83dca350 100644 --- a/src/auxiliaryFunctions/Makefile.am +++ b/src/auxiliaryFunctions/Makefile.am @@ -18,4 +18,5 @@ SUBDIRS= abs \ sign \ pythag \ size \ - type + type \ + length diff --git a/src/auxiliaryFunctions/Makefile.in b/src/auxiliaryFunctions/Makefile.in index ff20e8cd..dad11f97 100644 --- a/src/auxiliaryFunctions/Makefile.in +++ b/src/auxiliaryFunctions/Makefile.in @@ -173,7 +173,8 @@ SUBDIRS = abs \ sign \ pythag \ size \ - type + type \ + length all: all-recursive |