diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 11515501..1913fbbb 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2015-10-16 Mark Wielaard <[email protected]> + + * Makefile.am (dwfl_proc_attach_LDFLAGS): Add AM_LDFLAGS. + 2015-10-09 Josh Stone <[email protected]> * lfs-symbols: New list of LFS-related symbols from lintian. 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) |
