From: Paul Brossier Date: Thu, 1 Oct 2009 13:02:22 +0000 (+0200) Subject: src/Makefile.am: update a- and c-weighting filter filenames X-Git-Tag: bzr2git~241 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f825dd0a4155aeffd1536f70ba551dab4099a833;p=aubio.git src/Makefile.am: update a- and c-weighting filter filenames --- 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 \