mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 02:10:13 +01:00
Doxyfile: browse for build-dir sources
This allows it to pick dbus-arch-deps.h as well when building out-of-tree. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
86d891f067
commit
8c2f8fc8c6
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ WARN_LOGFILE =
|
|||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = @top_srcdir@/dbus
|
||||
INPUT = @top_srcdir@/dbus @top_builddir@/dbus
|
||||
FILE_PATTERNS = *.c *.h
|
||||
RECURSIVE = YES
|
||||
#EXCLUDE = test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue