From 6fc103d0a4da457b93fec9313e308736b710127f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 8 Oct 2009 18:14:45 +0200 Subject: [PATCH] src/Makefile.am: update resampler filename --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.26.2