summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTommi Rantala <tt.rantala@gmail.com>2012-09-19 12:12:16 +0300
committerTommi Rantala <tt.rantala@gmail.com>2012-09-28 13:52:21 +0300
commitdc680c0b52a4113cf9cf5b924714d79fb1654ee2 (patch)
tree82dcf4866c5391566b114a5532c549e33b8c272f /Makefile.am
parent80e852cb38970f76ed59059012cc29c6369ef7f8 (diff)
downloadlibunwind-dc680c0b52a4113cf9cf5b924714d79fb1654ee2.tar.gz
Pull attribute macros from `libunwind_i.h' to new header `compiler.h'
Pull attribute macros from `libunwind_i.h' to new header `compiler.h', to allow the macros to also be used in the tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d0f9881b..00715b2a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ nodist_include_HEADERS = include/libunwind-common.h
SUBDIRS = src tests doc
noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \
- include/libunwind_i.h include/mempool.h \
+ include/compiler.h include/libunwind_i.h include/mempool.h \
include/remote.h \
include/tdep-arm/dwarf-config.h \
include/tdep-arm/jmpbuf.h include/tdep-arm/libunwind_i.h \