aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-01-04 14:42:07 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-01-18 09:00:10 +0000
commitc1fc027f6620e2235f903fecb4a5308975047299 (patch)
treea32026207a026f2858a3de8e8274d9967aae469f /libmm-glib/meson.build
parente682b8a4995aa498ffe398692288e476c1b2187e (diff)
libmm-glib,cell-info-lte: new 'MMCellInfoLte' object
Implementing support for LTE 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 1de8e9e9..9b5cda57 100644
--- a/libmm-glib/meson.build
+++ b/libmm-glib/meson.build
@@ -19,6 +19,7 @@ headers = files(
'mm-cell-info.h',
'mm-cell-info-cdma.h',
'mm-cell-info-gsm.h',
+ 'mm-cell-info-lte.h',
'mm-cell-info-tdscdma.h',
'mm-cell-info-umts.h',
'mm-compat.h',
@@ -79,6 +80,7 @@ sources = files(
'mm-cell-info.c',
'mm-cell-info-cdma.c',
'mm-cell-info-gsm.c',
+ 'mm-cell-info-lte.c',
'mm-cell-info-tdscdma.c',
'mm-cell-info-umts.c',
'mm-common-helpers.c',