1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-02 21:51:45 +02:00
libunwind-eh_elf/tests/Makefile.am
hp.com!davidm 0f1a0c4b4e (AM_CPPFLAGS): Define.
(Logical change 1.10)
2002-04-03 06:51:34 +00:00

12 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