diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-02-16 23:12:17 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-04-05 08:14:53 +0000 |
commit | 01c8edf68cdd32582e7fbc32a0d83f71811e31d6 (patch) | |
tree | b1df4b2b1140ef3f7132a9d67c93c4abc8f49ec7 /src/meson.build | |
parent | 1fec1cd3c225fd418a2a20f726c93b570a187805 (diff) |
dispatcher: new generic object to handle script dispatchers
Based on the FCC unlock specific one, but without any FCC unlock
specific constraint.
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index e024070f..4576af8e 100644 --- a/src/meson.build +++ b/src/meson.build @@ -200,6 +200,7 @@ sources = files( 'mm-call-list.c', 'mm-context.c', 'mm-device.c', + 'mm-dispatcher.c', 'mm-fcc-unlock-dispatcher.c', 'mm-filter.c', 'mm-iface-modem-3gpp.c', |