mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01:00
(noinst_PROGRAMS): Mention test-init and test-varargs.
(Logical change 1.21)
This commit is contained in:
parent
6a0ac2b8a4
commit
e0ac536efc
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ else
|
||||||
if ARCH_IA64
|
if ARCH_IA64
|
||||||
noinst_PROGRAMS_arch = sig
|
noinst_PROGRAMS_arch = sig
|
||||||
endif
|
endif
|
||||||
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc \
|
||||||
|
test-init test-varargs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LDADD = ../src/libunwind-$(arch).la
|
LDADD = ../src/libunwind-$(arch).la
|
||||||
|
|
Loading…
Reference in a new issue