mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
(AM_CPPFLAGS): Define.
(Logical change 1.10)
This commit is contained in:
parent
99639fb162
commit
0f1a0c4b4e
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
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
|
Loading…
Reference in a new issue