shithub: aubio

Download patch

ref: ead03dd46aa6fe26fce516d06939cf19f0bb11e2
parent: 0efce0db5474c9f8033dc75852a95da446e00d7f
author: Paul Brossier <piem@piem.org>
date: Wed Apr 28 16:53:27 EDT 2010

src/Makefile.am: added missing fmat.{c,h}

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,6 +5,7 @@
 	aubio.h \
 	types.h \
 	fvec.h \
+	fmat.h \
 	lvec.h \
 	cvec.h \
 	musicutils.h \
@@ -40,6 +41,7 @@
 lib_LTLIBRARIES = libaubio.la 
 libaubio_la_SOURCES = \
 	fvec.c \
+	fmat.c \
 	lvec.c \
 	cvec.c \
 	mathutils.c \