From 31a5c0e81a0291b897529cf9510f7ebb92592534 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 26 Sep 2009 17:12:08 +0200 Subject: [PATCH] src/Makefile.am: add missing config.h --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index e3ef8843..4363fdf5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,8 @@ nobase_pkginclude_HEADERS = \ tempo/tempo.h \ tempo/beattracking.h +nodist_pkginclude_HEADERS = config.h + lib_LTLIBRARIES = libaubio.la libaubio_la_SOURCES = \ fvec.c \ -- 2.26.2