src/Makefile.am: update resampler filename
authorPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 16:14:45 +0000 (18:14 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 16:14:45 +0000 (18:14 +0200)
src/Makefile.am

index 85f4804..2af11f6 100644 (file)
@@ -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 \