From 633b21ffaf435e2e08280e206829a17fdef938a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 25 Sep 2006 10:18:18 +0000 Subject: renamed "d_mayer_fft.c" to "d_fft_mayer.c" (how did this _ever_ compile??) svn path=/trunk/externals/corelibs/; revision=6018 --- generate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generate.sh') 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 -- cgit v1.2.1