From 19a6ba5562d72fae6e50849e24e30f92a378c446 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado <aleksander@aleksander.es> Date: Fri, 10 Sep 2021 12:18:31 +0200 Subject: [PATCH] build,meson: add SAR interface support in the daemon --- src/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meson.build b/src/meson.build index d16149c5b..7c4b3cb79 100644 --- a/src/meson.build +++ b/src/meson.build @@ -210,6 +210,7 @@ sources = files( 'mm-iface-modem-location.c', 'mm-iface-modem-messaging.c', 'mm-iface-modem-oma.c', + 'mm-iface-modem-sar.c', 'mm-iface-modem-signal.c', 'mm-iface-modem-simple.c', 'mm-iface-modem-time.c', -- GitLab