diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-10-31 11:31:00 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-10-31 11:33:26 +0100 |
commit | fcc2b1be2c36f4d866cd8a13b39df1c8931c067a (patch) | |
tree | b991d7127f3b40cc98da2d5878ab3d5a04685449 | |
parent | e9523a6abdead8669e21a1190209d962ab1cbf7d (diff) |
altair-lte: fix LDFLAGS in the helper tests
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d775d5a4..478ea78d 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -367,7 +367,8 @@ test_modem_helpers_altair_lte_SOURCES = \ test_modem_helpers_altair_lte_CPPFLAGS = \ -I$(top_srcdir)/plugins/altair \ $(PLUGIN_COMMON_COMPILER_FLAGS) -test_modem_helpers_altair_lte_LDFLAGS = $(top_builddir)/libmm-glib/libmm-glib.la +test_modem_helpers_altair_lte_LDADD = $(top_builddir)/libmm-glib/libmm-glib.la +test_modem_helpers_altair_lte_LDFLAGS = $(PLUGIN_COMMON_LINKER_FLAGS) # VIA modem |