From d746dee833ef4774adcee6a33c97f8039a5bd744 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Sun, 10 Jan 2010 14:30:06 +0000 Subject: build: doxygen build - Fix for building doxygen out of tree Signed-off-by: Spencer Oliver --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile.in') diff --git a/Doxyfile.in b/Doxyfile.in index 519bb2f8..f6e3ced0 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -569,7 +569,7 @@ INPUT = @srcdir@/doc/manual \ @srcdir@/BUGS \ @srcdir@/PATCHES.txt \ @srcdir@/src \ - @srcdir@/config.h + @builddir@/config.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -- cgit v1.2.3