mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-19 06:17:37 +01:00
10 lines
178 B
Text
10 lines
178 B
Text
|
noinst_PROGRAMS_common =
|
||
|
|
||
|
if REMOTE_ONLY
|
||
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common)
|
||
|
else
|
||
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common) bt exc
|
||
|
endif
|
||
|
|
||
|
LDADD = ../src/libunwind.la
|