From 90ba15d1f2f6704af96f62ce1e8c5f214697bab1 Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Sat, 8 Feb 2014 15:30:36 -0800 Subject: issue-604: implement runtime-selectable stacktrace capturing We're now building all supported stacktrace capturing methods. And there's now a way to select at runtime which method is used. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7467326..11ec97a 100755 --- a/Makefile.am +++ b/Makefile.am @@ -345,7 +345,7 @@ atomicops_unittest_LDADD = $(LIBSPINLOCK) if WITH_STACK_TRACE ### The header files we use. We divide into categories based on directory -S_STACKTRACE_INCLUDES = src/stacktrace_config.h \ +S_STACKTRACE_INCLUDES = src/stacktrace_impl_setup-inl.h \ src/stacktrace_generic-inl.h \ src/stacktrace_libunwind-inl.h \ src/stacktrace_arm-inl.h \ -- cgit v1.2.1