From 6adeaa8e5006aba4437e233cff5e7382407e5793 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 24 Feb 2012 21:08:55 -0500 Subject: Carpet/CarpetLib: Move stack backtrace code to its own file Also add implementation of backtrace_symbols to output line number information. --- Carpet/CarpetLib/src/make.code.defn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Carpet/CarpetLib/src/make.code.defn') diff --git a/Carpet/CarpetLib/src/make.code.defn b/Carpet/CarpetLib/src/make.code.defn index 84468a23c..67c93abe6 100644 --- a/Carpet/CarpetLib/src/make.code.defn +++ b/Carpet/CarpetLib/src/make.code.defn @@ -1,7 +1,8 @@ # Main make.code.defn file for thorn CarpetLib -*-Makefile-*- # Source files in this directory -SRCS = balance.cc \ +SRCS = backtrace.cc \ + balance.cc \ bbox.cc \ bboxset.cc \ bboxtree.cc \ -- cgit v1.2.3