From: Paul Brossier Date: Fri, 13 Nov 2009 23:43:14 +0000 (+0100) Subject: src/Makefile.am: rename peakpicker.h here too, thanks to Laurent Feron for noticing it X-Git-Tag: bzr2git~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a300cef4865f95ab1a96ad69ff39b25fc14ff195;p=aubio.git src/Makefile.am: rename peakpicker.h here too, thanks to Laurent Feron for noticing it --- diff --git a/src/Makefile.am b/src/Makefile.am index cff551ed..79d78f65 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,7 @@ nobase_pkginclude_HEADERS = \ pitch/pitchfcomb.h \ pitch/pitchyinfft.h \ onset/onset.h \ - onset/peakpick.h \ + onset/peakpicker.h \ tempo/tempo.h \ tempo/beattracking.h @@ -66,7 +66,7 @@ libaubio_la_SOURCES = \ pitch/pitchfcomb.c \ pitch/pitchyinfft.c \ onset/onset.c \ - onset/peakpick.c \ + onset/peakpicker.c \ tempo/tempo.c \ tempo/beattracking.c