aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-12-28 15:08:37 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-01-18 09:00:10 +0000
commit58de2a990470f7ae0194a6648bc7d5663e846f4e (patch)
tree1633789ea96b1bf6f5af133e00b18e8d60fb702f /libmm-glib/meson.build
parentbfb66970f2f1ebb0f3f3af6667bd8443967a339d (diff)
libmm-glib,cell-info-cdma: new 'MMCellInfoCdma' object
Implementing support for CDMA cell info.
Diffstat (limited to 'libmm-glib/meson.build')
-rw-r--r--libmm-glib/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-glib/meson.build b/libmm-glib/meson.build
index 1a906db2..40af7a0a 100644
--- a/libmm-glib/meson.build
+++ b/libmm-glib/meson.build
@@ -17,6 +17,7 @@ headers = files(
'mm-call-properties.h',
'mm-cdma-manual-activation-properties.h',
'mm-cell-info.h',
+ 'mm-cell-info-cdma.h',
'mm-compat.h',
'mm-firmware-properties.h',
'mm-firmware-update-settings.h',
@@ -73,6 +74,7 @@ sources = files(
'mm-call-properties.c',
'mm-cdma-manual-activation-properties.c',
'mm-cell-info.c',
+ 'mm-cell-info-cdma.c',
'mm-common-helpers.c',
'mm-compat.c',
'mm-firmware-properties.c',