aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-01-04 14:56:31 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-01-18 09:00:10 +0000
commitec7bcc88d30595423621c50113eebff4e2282fdd (patch)
treef3df141b760c8a368617616fb9bc9f329fde8bca /libmm-glib/meson.build
parentc1fc027f6620e2235f903fecb4a5308975047299 (diff)
libmm-glib,cell-info-nr5g: new 'MMCellInfoNr5g' object
Implementing support for 5GNR 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 9b5cda57..7b94a0be 100644
--- a/libmm-glib/meson.build
+++ b/libmm-glib/meson.build
@@ -20,6 +20,7 @@ headers = files(
'mm-cell-info-cdma.h',
'mm-cell-info-gsm.h',
'mm-cell-info-lte.h',
+ 'mm-cell-info-nr5g.h',
'mm-cell-info-tdscdma.h',
'mm-cell-info-umts.h',
'mm-compat.h',
@@ -81,6 +82,7 @@ sources = files(
'mm-cell-info-cdma.c',
'mm-cell-info-gsm.c',
'mm-cell-info-lte.c',
+ 'mm-cell-info-nr5g.c',
'mm-cell-info-tdscdma.c',
'mm-cell-info-umts.c',
'mm-common-helpers.c',