1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-05 06:45:34 +02:00
libunwind-eh_elf/tests/Makefile.am

12 lines
217 B
Makefile
Raw Normal View History

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