mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 16:19:26 +01:00
0f1a0c4b4e
(Logical change 1.10)
11 lines
217 B
Makefile
11 lines
217 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_PROGRAMS_common =
|
|
|
|
if REMOTE_ONLY
|
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common)
|
|
else
|
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common) bt exc
|
|
endif
|
|
|
|
LDADD = ../src/libunwind.la
|