summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-10-16 12:06:34 +0200
committerMark Wielaard <mjw@redhat.com>2015-10-16 12:06:38 +0200
commit9bcd3cbdbc66d94d2c0f53f100ecca3f0cf1df33 (patch)
tree86abc51148cadfa8b6e5247d3e0536a923ed9e3c /tests/Makefile.am
parentd11eea4add865ebada5f79c8400abfbb48938b8c (diff)
downloadandroid_external_elfutils-9bcd3cbdbc66d94d2c0f53f100ecca3f0cf1df33.tar.gz
android_external_elfutils-9bcd3cbdbc66d94d2c0f53f100ecca3f0cf1df33.tar.bz2
android_external_elfutils-9bcd3cbdbc66d94d2c0f53f100ecca3f0cf1df33.zip
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 <mjw@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)