mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-11 02:40:09 +01:00
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
|