From: Mark Wielaard Date: Fri, 16 Oct 2015 10:06:34 +0000 (+0200) Subject: tests: Add AM_LDFLAGS to dwfl_proc_attach_LDFLAGS. X-Git-Tag: elfutils-0.164~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bcd3cbdbc66d94d2c0f53f100ecca3f0cf1df33;p=thirdparty%2Felfutils.git 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 --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 11515501c..1913fbbb9 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2015-10-16 Mark Wielaard + + * Makefile.am (dwfl_proc_attach_LDFLAGS): Add AM_LDFLAGS. + 2015-10-09 Josh Stone * lfs-symbols: New list of LFS-related symbols from lintian. diff --git a/tests/Makefile.am b/tests/Makefile.am index 5612fc7b5..e04707cd0 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)