From 9904d81e94ede1d9a40ad1cedd7d4c2e8d253251 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 18 May 2006 10:27:25 +0000 Subject: [PATCH] do not install aubioquiet do not install aubioquiet --- examples/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.26.2