From: Paul Brossier Date: Tue, 9 Aug 2005 03:24:38 +0000 (+0000) Subject: fixed dist target X-Git-Tag: bzr2git~863 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9169c5129af0d90e4282c74e038a3e323a6fc5f3;p=aubio.git fixed dist target --- 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