diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-28 15:08:37 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-18 09:00:10 +0000 |
commit | 58de2a990470f7ae0194a6648bc7d5663e846f4e (patch) | |
tree | 1633789ea96b1bf6f5af133e00b18e8d60fb702f /libmm-glib/meson.build | |
parent | bfb66970f2f1ebb0f3f3af6667bd8443967a339d (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.build | 2 |
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', |