diff options
author | Lionel Landwerlin <llandwerlin@gmail.com> | 2013-07-18 16:30:16 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-19 11:25:57 +0200 |
commit | 43d1c904e6f7668143007723d205d923feb620c0 (patch) | |
tree | 17a05be40e0028ad9f13ccf4f3bc91a4e6809cc8 | |
parent | b3307524323e17af040d74c8d3e5147ef3c3b2ef (diff) |
plugins: fix linkage of huawei test program
https://bugzilla.gnome.org/show_bug.cgi?id=704481
-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 = \ |