From ead03dd46aa6fe26fce516d06939cf19f0bb11e2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 28 Apr 2010 20:53:27 +0200 Subject: [PATCH] src/Makefile.am: added missing fmat.{c,h} --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 79d78f65..ba91c247 100644 --- 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 \ -- 2.26.2