1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 07:37:38 +01:00

(AM_CPPFLAGS): Define.

(Logical change 1.10)
This commit is contained in:
hp.com!davidm 2002-04-03 06:51:34 +00:00
parent 99639fb162
commit 0f1a0c4b4e

View file

@ -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