aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-12-04 13:38:08 +0100
committerPetr Machata <pmachata@redhat.com>2012-12-04 13:38:08 +0100
commit036fb18dc5e4a5ad2d3ab6e97c43acf83e406efd (patch)
treedfb32567ab33fbeaf0d8e620e52e490f07ccbc4e /Makefile.am
parentc1990eb670b2786ffabe712fdb9bf3512dd1501c (diff)
downloadltrace-036fb18dc5e4a5ad2d3ab6e97c43acf83e406efd.tar.gz
Fix detection of libunwind
This needs to be checked in three steps, adding dependent libraries one after another. It also isn't necessary to have three variables to keep track of what's one conceptual unit, so drop libunwind_{ptrace,arch}_LIBS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 21e9be5..6e46949 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,8 +68,6 @@ libltrace_la_LIBADD = \
$(libsupcxx_LIBS) \
$(libstdcxx_LIBS) \
$(libunwind_LIBS) \
- $(libunwind_ptrace_LIBS) \
- $(libunwind_arch_LIBS) \
sysdeps/libos.la