summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-08-12 09:06:50 (GMT)
committerThomas Graf <tgraf@suug.ch>2011-08-12 09:06:50 (GMT)
commitcc9ae9b34b393c13d7c682d5284f11d3f2f73517 (patch)
tree003c8b9c95f4a3e7683793f3c4e8851728db9750 /doc
parent23333e5e354cc89cf036e16551957710480d511e (diff)
downloadlibnl-cc9ae9b34b393c13d7c682d5284f11d3f2f73517.zip
libnl-cc9ae9b34b393c13d7c682d5284f11d3f2f73517.tar.gz
libnl-cc9ae9b34b393c13d7c682d5284f11d3f2f73517.tar.bz2
doc: need to include @srcdir@/src not @top_srcdir@/srclibnl3_1
Diffstat (limited to 'doc')
-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