aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2017-04-03 13:05:16 -0700
committerAleksander Morgado <aleksander@aleksander.es>2017-04-06 20:12:04 +0200
commit2c4b061dda120391b6d31ab5e5e1fa7e01285974 (patch)
tree69710f6873637b50773e96ba46714f19f740e71a
parent34443289d97da5c95270c6071d140f4567047624 (diff)
novatel-lte: revert to original plugin library name
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.
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \