src/Makefile.am: update a- and c-weighting filter filenames
authorPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 13:02:22 +0000 (15:02 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 13:02:22 +0000 (15:02 +0200)
src/Makefile.am

index f29c559159aa0d3b6898582ce748d7d19a880cd7..85f4804be4b21e12495555167c12df39f7832a08 100644 (file)
@@ -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 \