diff options
author | Thomas Haller <thaller@redhat.com> | 2018-08-29 18:58:14 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-09-04 07:38:30 +0200 |
commit | 4106f2968d733702168175f332de011b9b4c83c2 (patch) | |
tree | e8bae0f8cebfb8691e084cf3c8127e9277ee30b7 /docs | |
parent | 3c157d186c8f4c3338e69e9e9c60707ea3752aa6 (diff) | |
download | NetworkManager-4106f2968d733702168175f332de011b9b4c83c2.tar.gz |
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.am | 2 | ||||
-rw-r--r-- | docs/libnm/meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am index c2bcff1be5..7c3b54b484 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 7baf09f823..35aae523be 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', |