src/Makefile.am: add filterbank.h
authorPaul Brossier <piem@piem.org>
Sat, 8 Sep 2007 13:33:54 +0000 (15:33 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 8 Sep 2007 13:33:54 +0000 (15:33 +0200)
src/Makefile.am

index 2fdf0756da861fefa3c64c2b26dbe3d70943641a..260ed4eeab96fff86ff3aaf16db0fb6400e55915 100644 (file)
@@ -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