diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-02 15:38:23 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-18 09:00:10 +0000 |
commit | b5a5d58650f168423c14fa3246c8ce9137c2e0da (patch) | |
tree | 7a31be2520a109a49f13b4702bb26498e6c386e7 /libmm-glib/meson.build | |
parent | 7c7f97807b5b6a6ccf9a85f8d033e3471f3e996f (diff) |
libmm-glib,cell-info-umts: new 'MMCellInfoUmts' object
Implementing support for UMTS 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 d0215e87..d2e8f917 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-umts.h', 'mm-compat.h', 'mm-firmware-properties.h', 'mm-firmware-update-settings.h', @@ -77,6 +78,7 @@ sources = files( 'mm-cell-info.c', 'mm-cell-info-cdma.c', 'mm-cell-info-gsm.c', + 'mm-cell-info-umts.c', 'mm-common-helpers.c', 'mm-compat.c', 'mm-firmware-properties.c', |