From d3c528279db384efd7eacc89edee1270805102cd Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 8 Sep 2007 15:33:54 +0200 Subject: [PATCH] src/Makefile.am: add filterbank.h --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 2fdf0756..260ed4ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,7 @@ pkginclude_HEADERS = aubio.h \ onset.h \ tempo.h \ filter.h \ + filterbank.h \ mfcc.h nodist_pkginclude_HEADERS = config.h @@ -71,6 +72,8 @@ libaubio_la_SOURCES = aubio.h \ tempo.h \ filter.c \ filter.h \ + filterbank.c \ + filterbank.h \ mfcc.h \ mfcc.c -- 2.26.2