From: Paul Brossier Date: Thu, 8 Oct 2009 16:14:45 +0000 (+0200) Subject: src/Makefile.am: update resampler filename X-Git-Tag: 0.4.0-beta1~686 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=6fc103d0a4da457b93fec9313e308736b710127f;p=aubio.git src/Makefile.am: update resampler filename --- diff --git a/src/Makefile.am b/src/Makefile.am index 85f4804b..2af11f66 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ nobase_pkginclude_HEADERS = \ vecutils.h \ utils/hist.h \ utils/scale.h \ - temporal/resample.h \ + temporal/resampler.h \ temporal/biquad.h \ temporal/filter.h \ temporal/a_weighting.h \ @@ -46,7 +46,7 @@ libaubio_la_SOURCES = \ vecutils.c \ utils/hist.c \ utils/scale.c \ - temporal/resample.c \ + temporal/resampler.c \ temporal/biquad.c \ temporal/filter.c \ temporal/a_weighting.c \