summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Deegan <tjd-libunwind@phlegethon.org>2014-01-20 12:42:23 +0100
committerArun Sharma <arun@sharma-home.net>2014-02-08 19:47:17 -0800
commit11a7d98e3963d66436e6519202cc2e136e324030 (patch)
tree90cedf37fc4f735e72f74f02298229cb72923f53
parentda0b1a146f5e6d3273a2719e9b11f3f91d077eb1 (diff)
downloadlibunwind-11a7d98e3963d66436e6519202cc2e136e324030.tar.gz
Missing header in dist tarball.
Signed-off-by: Tim Deegan <tjd@phlegethon.org>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 84f7e421..9d82a4f7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,7 +68,7 @@ libunwind_coredump_la_SOURCES = \
coredump/_UPT_resume.c
libunwind_coredump_la_LDFLAGS = $(COMMON_SO_LDFLAGS) \
-version-info $(COREDUMP_SO_VERSION)
-noinst_HEADERS += coredump/_UCD_internal.h
+noinst_HEADERS += coredump/_UCD_internal.h coredump/_UCD_lib.h
### libunwind-setjmp:
libunwind_setjmp_la_LDFLAGS = $(COMMON_SO_LDFLAGS) \