Commit f9c63bfa0 "build,plugins: update build rules" accidentally
changed the Novatel LTE plugin from 'libmm-plugins-novatel-lte.so' to
'libmm-plugins-novatel_lte.so'. The name becomes inconsistent with other
plugin names.
---
It probably doesn't matter how the plugin library is named, but the original
name is preferred for consistency.
Ben
plugins/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 596866b7..2a4ff2b6 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -720,7 +720,7 @@ libmm_plugin_thuraya_la_LIBADD =
$(builddir)/libhelpers-thuraya.la
# plugin: novatel lte
################################################################################
-pkglib_LTLIBRARIES += libmm-plugin-novatel_lte.la
+pkglib_LTLIBRARIES += libmm-plugin-novatel-lte.la
libmm_plugin_novatel_lte_la_SOURCES = \
novatel/mm-plugin-novatel-lte.c \
novatel/mm-plugin-novatel-lte.h \
--
2.12.2.564.g063fe858b8-goog
_______________________________________________
ModemManager-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel