projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0efce0d
)
src/Makefile.am: added missing fmat.{c,h}
author
Paul Brossier
<piem@piem.org>
Wed, 28 Apr 2010 18:53:27 +0000
(20:53 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 28 Apr 2010 18:53:27 +0000
(20:53 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 79d78f65237a49a607a9a07940517b86e3a856ef..ba91c2470fbcbf1a9aa42a807c3f8876456a32f9 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-5,6
+5,7
@@
nobase_pkginclude_HEADERS = \
aubio.h \
types.h \
fvec.h \
+ fmat.h \
lvec.h \
cvec.h \
musicutils.h \
@@
-40,6
+41,7
@@
nodist_noinst_HEADERS = config.h
lib_LTLIBRARIES = libaubio.la
libaubio_la_SOURCES = \
fvec.c \
+ fmat.c \
lvec.c \
cvec.c \
mathutils.c \