From 9043fe57e8852ac4693fe25b887246f2c23aa688 Mon Sep 17 00:00:00 2001 From: Alex Badea Date: Sat, 5 Jan 2013 20:59:12 +0200 Subject: doxyfiles: refer paths to @srcdir@ When building out-of-srcdir, paths such as "src/gsm" will not find any source files. Since the Doxyfiles are preprocessed, we can prepend @srcdir@ to fix that. Signed-off-by: Alex Badea --- Doxyfile.gsm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile.gsm.in') diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in index ab25b220..36a6ae2e 100644 --- a/Doxyfile.gsm.in +++ b/Doxyfile.gsm.in @@ -610,7 +610,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = include/osmocom/gsm include/osmocom/gsm/protocol src/gsm +INPUT = @srcdir@/include/osmocom/gsm @srcdir@/include/osmocom/gsm/protocol @srcdir@/src/gsm # 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