src/Makefile.am: rename peakpicker.h here too, thanks to Laurent Feron for noticing it
authorPaul Brossier <piem@piem.org>
Fri, 13 Nov 2009 23:43:14 +0000 (00:43 +0100)
committerPaul Brossier <piem@piem.org>
Fri, 13 Nov 2009 23:43:14 +0000 (00:43 +0100)
src/Makefile.am

index cff551ed9f8a5130ed2cc0710875b69fada7ed9f..79d78f65237a49a607a9a07940517b86e3a856ef 100644 (file)
@@ -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