diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2008-03-26 13:04:33 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2008-03-26 13:04:33 +0000 |
commit | d817fc9b42b0c04d6452159ca63f5a30834f5489 (patch) | |
tree | 94eb92eec04d06020bcb08e59e8da541d3a8f8ee /doc/Makefile.am | |
parent | 398afce1d37bad97d50a20aa5406a4dc6327912d (diff) | |
download | LibXtract-d817fc9b42b0c04d6452159ca63f5a30834f5489.tar.gz LibXtract-d817fc9b42b0c04d6452159ca63f5a30834f5489.tar.bz2 LibXtract-d817fc9b42b0c04d6452159ca63f5a30834f5489.zip |
- Fixed build fail if --enable-fft not specified
- Fixed doxygen build so that it includes libxtract.h
- Doxygen tweaks
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1ccde53..6eb4e45 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in #Stolen from Steve Harris' liblo, thanks Steve! -MAINTAINERCLEANFILES=Makefile.in +MAINTAINERCLEANFILES=Makefile.in config.log CLEANFILES=doxygen-build.stamp |