summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-04-05 15:19:27 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-18 15:22:34 +0200
commit3886cc8e0ca64fd5279d2e64c43704d5605aa4b1 (patch)
tree6c85859f5db702485b600eb842df91b431c1b937 /src/meson.build
parentf2e143f002a3227ecb76484220ca4d17704ed39f (diff)
downloadNetworkManager-3886cc8e0ca64fd5279d2e64c43704d5605aa4b1.tar.gz
core: rename 'arping' to 'acd'
Now that the ACD functionality is no longer using arping, rename nm-arping-manager to nm-acd-manager and other occurences of arping as well.
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 845a098b8e..591c9c79c1 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -91,7 +91,7 @@ libnetwork_manager_base = static_library(
)
sources = files(
- 'devices/nm-arping-manager.c',
+ 'devices/nm-acd-manager.c',
'devices/nm-device-bond.c',
'devices/nm-device-bridge.c',
'devices/nm-device.c',