projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe4038
)
src/Makefile.am: add filterbank.h
author
Paul Brossier
<piem@piem.org>
Sat, 8 Sep 2007 13:33:54 +0000
(15:33 +0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 8 Sep 2007 13:33:54 +0000
(15:33 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 2fdf0756da861fefa3c64c2b26dbe3d70943641a..260ed4eeab96fff86ff3aaf16db0fb6400e55915 100644
(file)
--- 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