summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/libnm/Makefile.am2
-rw-r--r--docs/libnm/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index c2bcff1be..7c3b54b48 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -32,7 +32,7 @@ CFILE_GLOB=$(top_srcdir)/libnm-core/*.c $(top_srcdir)/libnm/*.c
# Header files to ignore when scanning.
IGNORE_HFILES= \
common.h \
- crypto.h \
+ nm-crypto.h \
nm-dbus-helpers.h \
nm-core-internal.h \
nm-core-types-internal.h \
diff --git a/docs/libnm/meson.build b/docs/libnm/meson.build
index 7baf09f82..35aae523b 100644
--- a/docs/libnm/meson.build
+++ b/docs/libnm/meson.build
@@ -2,7 +2,7 @@ doc_module = libnm_name
private_headers = [
'common.h',
- 'crypto.h',
+ 'nm-crypto.h',
'nm-dbus-helpers.h',
'nm-core-internal.h',
'nm-core-types-internal.h',