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
committerErik Schnetter <schnetter@cct.lsu.edu>2012-02-24 21:08:55 -0500
commit6adeaa8e5006aba4437e233cff5e7382407e5793 (patch)
tree860bcf942847380cc7d2859c09583a78f8ad3574 /Carpet/CarpetLib/src/make.code.defn
parentaa74b1b179bae5712ba93cc42a0c1ab8fe86623c (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 \