From 2b7038124c2c49ba9d3dfb78df2b9e828e7a7bc9 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 29 Aug 2018 18:58:14 +0200 Subject: libnm/crypto: rename libnm's crypto files "crypto.h" did not follow our common NM style naming. Rename the files. --- docs/libnm/Makefile.am | 2 +- docs/libnm/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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', -- cgit v1.2.3