summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-03-02 05:55:21 +0100
committerThomas Haller <thaller@redhat.com>2018-03-12 18:03:07 +0100
commita1f37964f00a0dd66326d4f40564c223c9ecc88e (patch)
tree5201bc74aa089dc8372e3c88ae5643796031af0e /src/meson.build
parent8b75f10ebe5714e1872f0376317b85c57569db9c (diff)
downloadNetworkManager-a1f37964f00a0dd66326d4f40564c223c9ecc88e.tar.gz
core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"
The next commit will completely rework NMBusManager and replace NMExportedObject by a new type NMDBusObject. Originally, NMDBusObject was added along NMExportedObject to ease the rework and have compilable, intermediate stages of refactoring. Now, I think the new name is better, because NMDBusObject is very strongly related to the bus manager and the old name NMExportedObject didn't make that clear. I also slighly prefer the name NMDBusObject over NMBusObject, hence for consistancy, also rename NMBusManager to NMDBusManager. This commit only renames the file for a nicer diff in the next commit. It does not actually update the type name in sources. That will be done later.
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 5c57f5fc59..e814f58403 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -145,7 +145,7 @@ sources = files(
'nm-auth-manager.c',
'nm-auth-subject.c',
'nm-auth-utils.c',
- 'nm-bus-manager.c',
+ 'nm-dbus-manager.c',
'nm-checkpoint.c',
'nm-checkpoint-manager.c',
'nm-config.c',