diff options
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index eede9ff8..d10c9292 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -132,8 +132,8 @@ test_modem_helpers_huawei_SOURCES = \ test_modem_helpers_huawei_CPPFLAGS = \ -I$(top_srcdir)/plugins/huawei \ $(PLUGIN_COMMON_COMPILER_FLAGS) -test_modem_helpers_huawei_LDFLAGS = $(top_builddir)/libmm-glib/libmm-glib.la - +test_modem_helpers_huawei_LDADD = $(top_builddir)/libmm-glib/libmm-glib.la +test_modem_helpers_huawei_LDFLAGS = $(PLUGIN_COMMON_LINKER_FLAGS) # MBM libmm_plugin_mbm_la_SOURCES = \ |