From fcc2b1be2c36f4d866cd8a13b39df1c8931c067a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 31 Oct 2013 11:31:00 +0100 Subject: [PATCH] altair-lte: fix LDFLAGS in the helper tests --- plugins/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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