mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-15 20:58:13 +01:00
(libunwind_la_SOURCES_common): Mention mempool.h and mempool.c.
(Logical change 1.19)
This commit is contained in:
parent
ce831876f2
commit
641d801905
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
SOVERSION=0:0:0 # See comments at end of file.
|
SOVERSION=0:0:0 # See comments at end of file.
|
||||||
|
|
||||||
if REMOTE_ONLY
|
if REMOTE_ONLY
|
||||||
|
libunwind_la_SOURCES_common = mempool.c mempool.h
|
||||||
else
|
else
|
||||||
libunwind_la_SOURCES_common = backtrace.c
|
libunwind_la_SOURCES_common = mempool.c mempool.h backtrace.c
|
||||||
|
|
||||||
#
|
#
|
||||||
# This is not ideal, but I know of no other way to install an
|
# This is not ideal, but I know of no other way to install an
|
||||||
|
|
Loading…
Reference in a new issue