aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-02-16 23:32:36 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-04-05 08:14:53 +0000
commite188a77eded065475cf94bbce9691ba2974b315b (patch)
treeb66e68b9ac090cf6e695ba031036ba860ae292b3 /src/meson.build
parent01c8edf68cdd32582e7fbc32a0d83f71811e31d6 (diff)
dispatcher-fcc-unlock: inherit from the base dispatcher object
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 4576af8e..a26a82e3 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -201,7 +201,7 @@ sources = files(
'mm-context.c',
'mm-device.c',
'mm-dispatcher.c',
- 'mm-fcc-unlock-dispatcher.c',
+ 'mm-dispatcher-fcc-unlock.c',
'mm-filter.c',
'mm-iface-modem-3gpp.c',
'mm-iface-modem-3gpp-profile-manager.c',