summaryrefslogtreecommitdiff
path: root/byterun/Makefile.common
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2008-03-14 13:47:24 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2008-03-14 13:47:24 +0000
commit640b24249d8e284905f3db44899ffc06e006f028 (patch)
treeb1ae2ecf2ff3caba70f468f8183d60b5cead0f2c /byterun/Makefile.common
parentd7a40d56050939c28cedf61fdddbb495c5e60500 (diff)
downloadocaml-640b24249d8e284905f3db44899ffc06e006f028.tar.gz
Ability to print and capture exception backtraces (see stdlib module Printexc)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8839 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/Makefile.common')
-rwxr-xr-xbyterun/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/Makefile.common b/byterun/Makefile.common
index 2a8d360ff6..ac6391f765 100755
--- a/byterun/Makefile.common
+++ b/byterun/Makefile.common
@@ -30,7 +30,7 @@ PRIMS=\
alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c \
intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c \
signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c \
- dynlink.c
+ dynlink.c backtrace.c
PUBLIC_INCLUDES=\
alloc.h callback.h config.h custom.h fail.h intext.h \