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