mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-09 02:43:42 +01:00
[PATCH] Add files to EXTRA_DIST so that 'make dist' works again
This commit is contained in:
parent
99e60be5a4
commit
7909c71e5d
2 changed files with 6 additions and 3 deletions
|
@ -48,6 +48,9 @@ EXTRA_DIST = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \
|
|||
include/libunwind_i.h include/mempool.h \
|
||||
include/remote.h \
|
||||
include/libunwind-common.h.in \
|
||||
include/tdep-arm/dwarf-config.h \
|
||||
include/tdep-arm/jmpbuf.h include/tdep-arm/libunwind_i.h \
|
||||
include/tdep-ia64/jmpbuf.h include/tdep-ia64/rse.h \
|
||||
include/libunwind-ia64.h include/tdep-ia64/libunwind_i.h \
|
||||
include/tdep-ia64/jmpbuf.h include/tdep-ia64/rse.h \
|
||||
include/tdep-ia64/script.h \
|
||||
|
|
|
@ -108,11 +108,11 @@ dwarf_SOURCES_local = \
|
|||
dwarf_SOURCES_generic = \
|
||||
dwarf/Gexpr.c dwarf/Gfde.c dwarf/Gparser.c dwarf/Gpe.c dwarf/Gstep.c
|
||||
|
||||
# The list of files that go info libunwind and libunwind-arm:
|
||||
# The list of files that go into libunwind and libunwind-arm:
|
||||
libunwind_la_SOURCES_arm_common = $(libunwind_la_SOURCES_common) \
|
||||
$(dwarf_SOURCES_common) \
|
||||
elf32.c elf32.h \
|
||||
arm/init.h arm/offsets.h arm/regs.h \
|
||||
arm/init.h arm/offsets.h arm/unwind_i.h \
|
||||
arm/is_fpreg.c arm/regname.c
|
||||
|
||||
# The list of files that go into libunwind:
|
||||
|
@ -193,7 +193,7 @@ libunwind_hppa_la_SOURCES_hppa = $(libunwind_la_SOURCES_hppa_common) \
|
|||
libunwind_la_SOURCES_mips_common = $(libunwind_la_SOURCES_common) \
|
||||
$(dwarf_SOURCES_common) \
|
||||
elfxx.c \
|
||||
mips/init.h mips/offsets.h mips/regs.h \
|
||||
mips/init.h mips/offsets.h \
|
||||
mips/is_fpreg.c mips/regname.c
|
||||
|
||||
# The list of files that go into libunwind:
|
||||
|
|
Loading…
Reference in a new issue