diff options
author | musil <tmusil@users.sourceforge.net> | 2009-02-01 05:25:21 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2009-02-01 05:25:21 +0000 |
commit | bb04075ca94cfbb8391e3bbb0e693d2ebd079e95 (patch) | |
tree | 32f4367b8587b533724b2b04c2060d815415efa1 /src/makefile_linux | |
parent | 0c2bbab79dd04ed75310ae10358b613c20179fc5 (diff) |
changed for 64 bit array access
svn path=/trunk/externals/iem/iem_tab/; revision=10706
Diffstat (limited to 'src/makefile_linux')
-rw-r--r-- | src/makefile_linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile_linux b/src/makefile_linux index 0291159..373e9b7 100644 --- a/src/makefile_linux +++ b/src/makefile_linux @@ -38,6 +38,7 @@ SRC = tab_abs.c \ tab_ge_scalar.c \ tab_gt.c \ tab_gt_scalar.c \ + tab_get_size.c \ tab_ifft.c \ tab_le.c \ tab_le_scalar.c \ |