summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-08-12 11:06:50 +0200
committerThomas Graf <tgraf@suug.ch>2011-08-12 11:06:50 +0200
commitcc9ae9b34b393c13d7c682d5284f11d3f2f73517 (patch)
tree003c8b9c95f4a3e7683793f3c4e8851728db9750
parent23333e5e354cc89cf036e16551957710480d511e (diff)
downloadlibnl3_1.tar.gz
doc: need to include @srcdir@/src not @top_srcdir@/srclibnl3_1
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 0e1108a..c183abd 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -590,7 +590,7 @@ WARN_LOGFILE =
INPUT = @top_srcdir@/lib \
@top_srcdir@/src/lib \
@top_srcdir@/include/netlink \
- @top_srcdir@/src
+ @srcdir@/src
# 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