aboutsummaryrefslogtreecommitdiff
path: root/generate.sh
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-25 10:18:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-25 10:18:18 +0000
commit633b21ffaf435e2e08280e206829a17fdef938a3 (patch)
tree90be40fa2ecf6a09a907caa99122c131ec624f61 /generate.sh
parentb672867a82ce837e73d71331e4f335c577b06273 (diff)
renamed "d_mayer_fft.c" to "d_fft_mayer.c" (how did this _ever_ compile??)
svn path=/trunk/externals/corelibs/; revision=6018
Diffstat (limited to 'generate.sh')
-rwxr-xr-xgenerate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate.sh b/generate.sh
index 4b69e71..5c3ae3b 100755
--- a/generate.sh
+++ b/generate.sh
@@ -3,7 +3,7 @@
# put these at the top of the file
touch lib_d_fft.c
echo '#include "../../pd/src/d_fftroutine.c"' >> lib_d_fft.c
-echo '#include "../../pd/src/d_mayer_fft.c"' >> lib_d_fft.c
+echo '#include "../../pd/src/d_fft_mayer.c"' >> lib_d_fft.c
for file in ../../pd/src/[dx]_*.c; do
newfile=`echo $file | sed 's|.*/src/\([dx]_\)|lib_\1|'`
@@ -18,6 +18,6 @@ for file in ../../pd/src/[dx]_*.c; do
done
# these files hold code for other classes, but no classes
-rm lib_d_fftroutine.c lib_d_mayer_fft.c lib_d_resample.c
+rm lib_d_fftroutine.c lib_d_fft_mayer.c lib_d_resample.c