summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier Blin <olivier.blin@softathome.com>2012-12-28 19:58:46 +0100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-01-14 21:52:43 +1100
commitf699788f314449e6e2bdde1ca9c4376b4cd956bc (patch)
treed0e985fc260a489afb06fabef3fc83ec30079c04 /configure.ac
parentfb13acc45738a0d30382d96c6a6f09a3298623fb (diff)
downloadflac-f699788f314449e6e2bdde1ca9c4376b4cd956bc.tar.gz
doc: fix out-of-tree build
When building outside of the source tree, the Doxyfile needs to be generated in the build tree and should point to the proper paths for include directories and html footer. The generated api files to install should also be taken from the build tree instead of the source tree. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 75561cda..3e9365ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -431,6 +431,7 @@ AC_CONFIG_FILES([ \
include/share/Makefile \
include/share/grabbag/Makefile \
include/test_libs_common/Makefile \
+ doc/Doxyfile \
doc/Makefile \
doc/html/Makefile \
doc/html/images/Makefile \