summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-10-16 23:07:12 +0200
committerMark Wielaard <mjw@redhat.com>2015-10-26 13:52:31 +0100
commit528cb45fc99a1f402ac153891ac7c007921699ef (patch)
tree0dffe0f711a8b037cb6f73b5b54ec2993186171a /tests/Makefile.am
parent5eb3e901f9ffdc02d80f5df8f6963261a23f977c (diff)
downloadandroid_external_elfutils-528cb45fc99a1f402ac153891ac7c007921699ef.tar.gz
android_external_elfutils-528cb45fc99a1f402ac153891ac7c007921699ef.tar.bz2
android_external_elfutils-528cb45fc99a1f402ac153891ac7c007921699ef.zip
Make zlib mandatory.
Explicitly link libelf and libdw with -lz. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e04707cd..30cf137c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -353,8 +353,8 @@ libasm = -lasm
libebl = -lebl
else !STANDALONE
if BUILD_STATIC
-libdw = ../libdw/libdw.a $(zip_LIBS) $(libelf) $(libebl) -ldl
-libelf = ../libelf/libelf.a
+libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl
+libelf = ../libelf/libelf.a -lz
libasm = ../libasm/libasm.a
else
libdw = ../libdw/libdw.so