summaryrefslogtreecommitdiff
path: root/src/matrixOperations/Makefile.am
diff options
context:
space:
mode:
authorsimon2008-07-22 09:59:12 +0000
committersimon2008-07-22 09:59:12 +0000
commita957d9dca9cd35129023bedf1f2de260c7d1a867 (patch)
tree2babbb8cd55d6e6bb33939260c06c35a64a268ff /src/matrixOperations/Makefile.am
parente340a75afc0ca2f3e04baffde4f2d095117c1321 (diff)
downloadscilab2c-a957d9dca9cd35129023bedf1f2de260c7d1a867.tar.gz
scilab2c-a957d9dca9cd35129023bedf1f2de260c7d1a867.tar.bz2
scilab2c-a957d9dca9cd35129023bedf1f2de260c7d1a867.zip
added the trace functions, modifying matrixDivision Functions but still no change, these which worked are still working and those which failed are still failing
Diffstat (limited to 'src/matrixOperations/Makefile.am')
-rw-r--r--src/matrixOperations/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/matrixOperations/Makefile.am b/src/matrixOperations/Makefile.am
index 67dfaccd..8de48bab 100644
--- a/src/matrixOperations/Makefile.am
+++ b/src/matrixOperations/Makefile.am
@@ -16,5 +16,6 @@ SUBDIRS= addition \
division \
cat \
transpose \
- division
+ division \
+ trace