aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-12-28 15:07:43 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-01-18 09:00:10 +0000
commit3ca720144440111af9b3c74d346c61c8eab8275f (patch)
tree435ec5895689a16817be377db61fd23422efeb4b /libmm-glib/meson.build
parent554faa855cdf6baceeb3daa115f8643fab4db580 (diff)
libmm-glib,cell-info: new 'MMCellInfo' object
Generic base object to implement support for the different types of cell infos. Provides support for the 'serving' boolean, which is common to all.
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 30500eca..1a906db2 100644
--- a/libmm-glib/meson.build
+++ b/libmm-glib/meson.build
@@ -16,6 +16,7 @@ headers = files(
'mm-call.h',
'mm-call-properties.h',
'mm-cdma-manual-activation-properties.h',
+ 'mm-cell-info.h',
'mm-compat.h',
'mm-firmware-properties.h',
'mm-firmware-update-settings.h',
@@ -71,6 +72,7 @@ sources = files(
'mm-call.c',
'mm-call-properties.c',
'mm-cdma-manual-activation-properties.c',
+ 'mm-cell-info.c',
'mm-common-helpers.c',
'mm-compat.c',
'mm-firmware-properties.c',