summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-08-29 18:58:14 +0200
committerThomas Haller <thaller@redhat.com>2018-09-04 07:38:30 +0200
commit4106f2968d733702168175f332de011b9b4c83c2 (patch)
treee8bae0f8cebfb8691e084cf3c8127e9277ee30b7 /docs
parent3c157d186c8f4c3338e69e9e9c60707ea3752aa6 (diff)
libnm/crypto: rename libnm's crypto files
"crypto.h" did not follow our common NM style naming. Rename the files.
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',