mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 08:58:28 +02:00
doc: fix IGNORE_HFILES in libnm-glib
nm-dbus-helpers-private.h is a private header file to libnm-glib/. nm-settings-connection-glue.h and nm-settings-glue.h are not part of libnm-glib/, they are inside src/. Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
8b64b8012b
commit
b0e29b5bd3
1 changed files with 1 additions and 2 deletions
|
|
@ -30,13 +30,12 @@ CFILE_GLOB=$(top_srcdir)/libnm-glib/*.c
|
|||
|
||||
# Header files to ignore when scanning.
|
||||
IGNORE_HFILES= \
|
||||
nm-dbus-helpers-private.h \
|
||||
nm-device-private.h \
|
||||
nm-object-cache.h \
|
||||
nm-object-private.h \
|
||||
nm-remote-connection-private.h \
|
||||
nm-types-private.h \
|
||||
nm-settings-connection-glue.h \
|
||||
nm-settings-glue.h \
|
||||
nm-secret-agent-glue.h \
|
||||
nm-vpn-plugin-glue.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue