diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2007-04-20 08:49:49 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2007-04-20 08:49:49 +0000 |
commit | df6ca885dba5d131417c709366efbe2ff524dda6 (patch) | |
tree | 9e100eeee8369f8b9101b236ebfe194e8bda7e6d /xtract | |
parent | a6a907d1fe30536ec004940c5fdf196abe5103cd (diff) | |
download | LibXtract-df6ca885dba5d131417c709366efbe2ff524dda6.tar.gz LibXtract-df6ca885dba5d131417c709366efbe2ff524dda6.tar.bz2 LibXtract-df6ca885dba5d131417c709366efbe2ff524dda6.zip |
Fixed autocorrelation_fft() it now gives comparable output to autocorrelation()
Diffstat (limited to 'xtract')
-rw-r--r-- | xtract/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xtract/Makefile.am b/xtract/Makefile.am index b29e60d..eca7030 100644 --- a/xtract/Makefile.am +++ b/xtract/Makefile.am @@ -1,3 +1,5 @@ +MAINTAINERCLEANFILES = Makefile.in + libxtractdir = $(includedir)/xtract libxtract_HEADERS = libxtract.h xtract_macros.h xtract_types.h xtract_delta.h \ |