aboutsummaryrefslogtreecommitdiff
path: root/generate.sh
diff options
context:
space:
mode:
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