mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 16:20:05 +01:00
build: add missing source dirs to meson doc build
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1717
This commit is contained in:
parent
df285fbaa9
commit
848a303d3d
2 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ gnome.gtkdoc(
|
||||||
src_dir: [
|
src_dir: [
|
||||||
libnm_core_public_inc,
|
libnm_core_public_inc,
|
||||||
libnm_client_public_inc,
|
libnm_client_public_inc,
|
||||||
|
libnm_core_impl_inc,
|
||||||
|
libnm_client_impl_inc
|
||||||
],
|
],
|
||||||
dependencies: libnm_dep,
|
dependencies: libnm_dep,
|
||||||
scan_args: scan_args,
|
scan_args: scan_args,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
|
libnm_client_impl_inc = include_directories('.')
|
||||||
|
|
||||||
libnm_client_impl_sources = files(
|
libnm_client_impl_sources = files(
|
||||||
'nm-access-point.c',
|
'nm-access-point.c',
|
||||||
'nm-active-connection.c',
|
'nm-active-connection.c',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue