From f825dd0a4155aeffd1536f70ba551dab4099a833 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 1 Oct 2009 15:02:22 +0200 Subject: [PATCH] src/Makefile.am: update a- and c-weighting filter filenames --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index f29c5591..85f4804b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,8 +14,8 @@ nobase_pkginclude_HEADERS = \ temporal/resample.h \ temporal/biquad.h \ temporal/filter.h \ - temporal/adesign.h \ - temporal/cdesign.h \ + temporal/a_weighting.h \ + temporal/c_weighting.h \ spectral/filterbank.h \ spectral/filterbank_mel.h \ spectral/mfcc.h \ @@ -49,8 +49,8 @@ libaubio_la_SOURCES = \ temporal/resample.c \ temporal/biquad.c \ temporal/filter.c \ - temporal/adesign.c \ - temporal/cdesign.c \ + temporal/a_weighting.c \ + temporal/c_weighting.c \ spectral/filterbank.c \ spectral/filterbank_mel.c \ spectral/mfcc.c \ -- 2.26.2