diff options
author | musil <tmusil@users.sourceforge.net> | 2011-11-16 16:18:46 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2011-11-16 16:18:46 +0000 |
commit | 18359778c89a4cbda77f7fe15ff2b02b39d82672 (patch) | |
tree | 52a990585d38954f14602e8278402815e7a5a904 /src/makefile_linux | |
parent | 76573f4923ebe3391ffcb2d6555d1268210d0e21 (diff) |
4 new objects
svn path=/trunk/externals/iem/iem_tab/; revision=15768
Diffstat (limited to 'src/makefile_linux')
-rw-r--r-- | src/makefile_linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/makefile_linux b/src/makefile_linux index b2f63b5..9a91e29 100644 --- a/src/makefile_linux +++ b/src/makefile_linux @@ -33,6 +33,8 @@ SRC = \ tab_copy.c \ tab_counter.c \ tab_cross_corr.c \ + tab_dbtopow.c \ + tab_dbtorms.c \ tab_div.c \ tab_eq.c \ tab_eq_scalar.c \ @@ -56,9 +58,11 @@ SRC = \ tab_mul_scalar.c \ tab_ne.c \ tab_ne_scalar.c \ + tab_powtodb.c \ tab_reverse.c \ tab_rfft.c \ tab_rifft.c \ + tab_rmstodb.c \ tab_sqrt.c \ tab_sub.c \ tab_sum.c \ |