From 9bcd3cbdbc66d94d2c0f53f100ecca3f0cf1df33 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 16 Oct 2015 12:06:34 +0200 Subject: tests: Add AM_LDFLAGS to dwfl_proc_attach_LDFLAGS. We want to be sure the libelf.so under test is picked up. Signed-off-by: Mark Wielaard --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 5612fc7b..e04707cd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -450,7 +450,7 @@ strptr_LDADD = $(libelf) newdata_LDADD = $(libelf) elfstrtab_LDADD = $(libelf) dwfl_proc_attach_LDADD = $(libdw) -dwfl_proc_attach_LDFLAGS = -pthread +dwfl_proc_attach_LDFLAGS = -pthread $(AM_LDFLAGS) elfshphehdr_LDADD =$(libelf) elfstrmerge_LDADD = $(libebl) $(libelf) -- cgit v1.2.3