mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Teach autotools current ARM `ex_tables.h' location
This commit is contained in:
parent
2fbbf276b3
commit
65bdcc6f9d
2 changed files with 2 additions and 3 deletions
|
@ -41,7 +41,7 @@ SUBDIRS = src tests doc
|
|||
noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \
|
||||
include/compiler.h include/libunwind_i.h include/mempool.h \
|
||||
include/remote.h \
|
||||
include/tdep-arm/dwarf-config.h \
|
||||
include/tdep-arm/dwarf-config.h include/tdep-arm/ex_tables.h \
|
||||
include/tdep-arm/jmpbuf.h include/tdep-arm/libunwind_i.h \
|
||||
include/tdep-ia64/jmpbuf.h include/tdep-ia64/rse.h \
|
||||
include/tdep-ia64/libunwind_i.h include/tdep-ia64/script.h \
|
||||
|
|
|
@ -173,8 +173,7 @@ libunwind_la_LIBADD += $(LIBUNWIND_ELF)
|
|||
# The list of files that go into libunwind and libunwind-arm:
|
||||
noinst_HEADERS += arm/init.h arm/offsets.h arm/unwind_i.h
|
||||
libunwind_la_SOURCES_arm_common = $(libunwind_la_SOURCES_common) \
|
||||
arm/is_fpreg.c arm/regname.c \
|
||||
arm/ex_tables.h
|
||||
arm/is_fpreg.c arm/regname.c
|
||||
|
||||
# The list of files that go into libunwind:
|
||||
libunwind_la_SOURCES_arm = $(libunwind_la_SOURCES_arm_common) \
|
||||
|
|
Loading…
Reference in a new issue