From f33e7d5d633401d285591c223dfee662c6e88143 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 11 Oct 2016 16:14:47 +0200 Subject: [PATCH] dell: link with the telit helpers as well The dell plugin needs them. ModemManager[727]: [1476194360.614829] [mm-plugin-manager.c:1494] load_plugin(): [plugin manager] could not load plugin '/usr/lib64/ModemManager/libmm-plugin-dell.so': /usr/lib64/ModemManager/libmm-plugin-dell.so: undefined symbol: mm_telit_get_band_flag --- plugins/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 2dcde28..8cf751f 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -701,6 +701,7 @@ libmm_plugin_novatel_la_LIBADD = $(NOVATEL_COMMON_LIBADD_FLAGS) pkglib_LTLIBRARIES += libmm-plugin-dell.la libmm_plugin_dell_la_SOURCES = \ + telit/mm-modem-helpers-telit.c \ dell/mm-plugin-dell.c \ dell/mm-plugin-dell.h \ $(NULL) -- 2.7.4