aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.code.defn
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2012-02-24 21:08:55 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:04 +0100
commit981413815e8530db76f80c39505a588e070a1df4 (patch)
tree6987c886b53f58ad0eb1c4a0d1c3dd2bceda577f /Carpet/CarpetLib/src/make.code.defn
parent11074749d40be3d380584802b256c318eca09180 (diff)
Carpet/CarpetLib: Move stack backtrace code to its own file
Also add implementation of backtrace_symbols to output line number information.
Diffstat (limited to 'Carpet/CarpetLib/src/make.code.defn')
-rw-r--r--Carpet/CarpetLib/src/make.code.defn3
1 files changed, 2 insertions, 1 deletions
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 \