From 32f19d0e09def03b25de038315a92ff032e1cdee Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Sat, 3 Jan 2004 10:50:24 +0000 Subject: [PATCH] (test_ptrace_LDADD): New macro. (Logical change 1.151) --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5bd500a9..503f3f66 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -53,5 +53,6 @@ LIBUNWIND = ../src/libunwind-$(arch).la LDADD = $(LIBUNWIND) test_setjmp_LDADD = ../src/libunwind-setjmp.la +test_ptrace_LDADD = ../src/libunwind-ptrace.a $(LIBUNWIND) Ltest_concurrent_LDADD = $(LIBUNWIND) -lpthread Gtest_concurrent_LDADD = $(LIBUNWIND) -lpthread