mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
(include_HEADERS): Mention include/unwind.h.
(Logical change 1.135)
This commit is contained in:
parent
0240946f92
commit
bf42f3a06c
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.h \
|
||||||
if REMOTE_ONLY
|
if REMOTE_ONLY
|
||||||
include_HEADERS = $(include_HEADERS_common)
|
include_HEADERS = $(include_HEADERS_common)
|
||||||
else
|
else
|
||||||
include_HEADERS = $(include_HEADERS_common) include/libunwind.h
|
include_HEADERS = $(include_HEADERS_common) include/libunwind.h \
|
||||||
|
include/unwind.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = src tests doc
|
SUBDIRS = src tests doc
|
||||||
|
|
Loading…
Reference in a new issue