From ccfafb2d4db682e1c846ee5c23f3320c05f79e05 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 9 Aug 2005 02:24:03 +0000 Subject: [PATCH] install aubiopitch, not aubiocompare-onset --- python/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index 73d08a4b..dfd4962e 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,5 @@ -EXTRA_DIST = README aubiocompare-onset aubioplot-notes aubiocut\ - aubiofilter-notes aubionotes aubiopitch +EXTRA_DIST = README aubiocompare-onset aubioplot-notes \ + aubiofilter-notes aubionotes aubiocompare-onset SUBDIRS = aubio -bin_SCRIPTS = aubiocut aubiocompare-onset +bin_SCRIPTS = aubiocut aubiopitch -- 2.26.2