From: Paul Brossier Date: Thu, 18 May 2006 10:27:25 +0000 (+0000) Subject: do not install aubioquiet X-Git-Tag: bzr2git~681 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9904d81e94ede1d9a40ad1cedd7d4c2e8d253251;p=aubio.git do not install aubioquiet do not install aubioquiet --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 7084f954..d14afb4a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -11,9 +11,11 @@ AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio bin_PROGRAMS = \ aubioonset \ aubiotrack \ - aubioquiet \ aubionotes +noinst_PROGRAMS = \ + aubioquiet + EXTRA_DIST = utils.h # optionally add sources file for these programs