From e57c8a4f2c1846211c01583feeeb931cc98e8ff9 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Fri, 21 Oct 2011 17:23:41 -0400 Subject: docs: Fixed the include path to always find the right path. --- docs/doxygen/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doxygen') diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index efdacba32..39c388335 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -1276,7 +1276,7 @@ SEARCH_INCLUDES = YES # contain include files that are not input files but should be processed by # the preprocessor. -INCLUDE_PATH = @top_builddir@/gruel/src/lib/pmt/ +INCLUDE_PATH = @abs_top_builddir@/gruel/src/lib/pmt/ # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the -- cgit