aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.codec.in
diff options
context:
space:
mode:
authorAlex Badea <vamposdecampos@gmail.com>2013-01-05 20:59:12 +0200
committerSylvain Munaut <tnt@246tNt.com>2013-01-06 00:42:26 +0100
commit9043fe57e8852ac4693fe25b887246f2c23aa688 (patch)
treeffdd4b8dabb3fb0c42f315502be5a0179d224c48 /Doxyfile.codec.in
parent695e5fb049822490a1695277d35e3006f6fd3e27 (diff)
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 <vamposdecampos@gmail.com>
Diffstat (limited to 'Doxyfile.codec.in')
-rw-r--r--Doxyfile.codec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.codec.in b/Doxyfile.codec.in
index fcd5122e..1b0df5e4 100644
--- a/Doxyfile.codec.in
+++ b/Doxyfile.codec.in
@@ -610,7 +610,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = include/osmocom/codec src/codec
+INPUT = @srcdir@/include/osmocom/codec @srcdir@/src/codec
# 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