mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 04:30:10 +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
|
# configuration options related to the input files
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = @top_srcdir@/dbus
|
INPUT = @top_srcdir@/dbus @top_builddir@/dbus
|
||||||
FILE_PATTERNS = *.c *.h
|
FILE_PATTERNS = *.c *.h
|
||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
#EXCLUDE = test
|
#EXCLUDE = test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue