aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2007-04-20 08:49:49 +0000
committerJamie Bullock <jamie@postlude.co.uk>2007-04-20 08:49:49 +0000
commitdf6ca885dba5d131417c709366efbe2ff524dda6 (patch)
tree9e100eeee8369f8b9101b236ebfe194e8bda7e6d /examples
parenta6a907d1fe30536ec004940c5fdf196abe5103cd (diff)
downloadLibXtract-df6ca885dba5d131417c709366efbe2ff524dda6.tar.gz
LibXtract-df6ca885dba5d131417c709366efbe2ff524dda6.tar.bz2
LibXtract-df6ca885dba5d131417c709366efbe2ff524dda6.zip
Fixed autocorrelation_fft() it now gives comparable output to autocorrelation()
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/puredata/Makefile.am1
2 files changed, 3 insertions, 0 deletions
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