diff options
Diffstat (limited to 'libmm-glib/Makefile.am')
-rw-r--r-- | libmm-glib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-glib/Makefile.am b/libmm-glib/Makefile.am index 893478ee..432b1030 100644 --- a/libmm-glib/Makefile.am +++ b/libmm-glib/Makefile.am @@ -105,6 +105,8 @@ libmm_glib_la_SOURCES = \ mm-cell-info.c \ mm-cell-info-cdma.h \ mm-cell-info-cdma.c \ + mm-cell-info-gsm.h \ + mm-cell-info-gsm.c \ mm-compat.h \ mm-compat.c \ $(NULL) @@ -186,6 +188,7 @@ include_HEADERS = \ mm-nr5g-registration-settings.h \ mm-cell-info.h \ mm-cell-info-cdma.h \ + mm-cell-info-gsm.h \ mm-compat.h \ $(NULL) |