1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00

(include_HEADERS): Mention include/unwind.h.

(Logical change 1.135)
This commit is contained in:
hp.com!davidm 2003-12-04 07:44:21 +00:00
parent 0240946f92
commit bf42f3a06c

View file

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