From 9169c5129af0d90e4282c74e038a3e323a6fc5f3 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 9 Aug 2005 03:24:38 +0000 Subject: [PATCH] fixed dist target --- python/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index dfd4962e..ec2b6cfc 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,5 @@ -EXTRA_DIST = README aubiocompare-onset aubioplot-notes \ - aubiofilter-notes aubionotes aubiocompare-onset - +EXTRA_DIST = README SUBDIRS = aubio -bin_SCRIPTS = aubiocut aubiopitch +dist_bin_SCRIPTS = aubiocut aubiopitch +dist_noinst_SCRIPTS = aubiocompare-onset aubioplot-notes \ + aubiofilter-notes aubionotes aubiocompare-onset -- 2.26.2