From dbf47c66a193665fdee1607f62f372821b009b21 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 9 Jul 2012 17:09:30 -0600 Subject: [PATCH] examples/Makefile.am: fix missing \ --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 45ac4874..a9c2e05a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -10,7 +10,7 @@ bin_PROGRAMS = \ aubiomfcc noinst_PROGRAMS = \ - aubiopitch + aubiopitch \ aubioquiet EXTRA_DIST = utils.h sndfileio.h jackio.h -- 2.26.2