diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2003-09-20 00:05:08 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:53 +0200 |
commit | 81d751e8824f6a9b3975c1da517d1d163a2eace5 (patch) | |
tree | 63dec4a3efc047628c91edfb616770cb6f64e903 /tbext/make-files.txt | |
parent | b2f05c9b120dc9a6578a06053207bd567254ce36 (diff) |
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1012
Diffstat (limited to 'tbext/make-files.txt')
-rwxr-xr-x | tbext/make-files.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tbext/make-files.txt b/tbext/make-files.txt index 273787a..e299154 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -1,9 +1,9 @@ # all the source files from the package SRCDIR = source SRCS= \ - main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp \ - tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp fftgrshuf.cpp \ - fftgrrev.cpp # tbg7xx.cpp tbstrg.cpp + main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbssel~.cpp \ + tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp \ + fftgrshuf.cpp fftgrrev.cpp # tbg7xx.cpp tbstrg.cpp #HDRS= \ |