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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2bca8d8..6642025 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +MAINTAINERCLEANFILES = Makefile.in configure depcomp compile config.guess ltmain.sh config.sub missing install-sh aclocal.m4 config.h.in config.h.in~ + SUBDIRS = src xtract examples @DOXYGEN@ pkgconfigdir = $(libdir)/pkgconfig |