From d48c437782ab286cb9a5120005d0dd40cba9ecb1 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Tue, 3 Dec 2002 08:19:58 +0000 Subject: [PATCH] (noinst_PROGRAMS): Mention test-dyn1. (Logical change 1.29) --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index c53e347e..1d49637f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,7 +9,7 @@ if ARCH_IA64 noinst_PROGRAMS_arch = sig endif noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc \ - test-init test-varargs + test-init test-varargs test-dyn1 endif LDADD = ../src/libunwind-$(arch).la