From df6ca885dba5d131417c709366efbe2ff524dda6 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 20 Apr 2007 08:49:49 +0000 Subject: Fixed autocorrelation_fft() it now gives comparable output to autocorrelation() --- examples/Makefile.am | 2 ++ examples/puredata/Makefile.am | 1 + 2 files changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index 7e0e052..46acfbc 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,5 @@ +MAINTAINERCLEANFILES = Makefile.in + if BUILD_PD_EXAMPLE PUREDATA_DIR = puredata endif diff --git a/examples/puredata/Makefile.am b/examples/puredata/Makefile.am index ec5c197..a86acb3 100644 --- a/examples/puredata/Makefile.am +++ b/examples/puredata/Makefile.am @@ -1,3 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in SUFFIXES = .@PD_SUFFIX@ PDDIR = $(prefix)/lib/pd -- cgit v1.2.3