summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-21 21:30:24 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-21 21:30:24 +0000
commit6dfc36b6397f020f34f0b38116b9f03a4f78e041 (patch)
tree3956f501f210d6e189034f8ce1bab5181986a22b /utils
parent55e03ad681a047b68318b847355807c3d7e7ddc1 (diff)
enable support for stack backtrace for stuff built in utils/
(this was present in the main tree but forgotten here). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 95fcee186..4ae97d3ab 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -19,6 +19,8 @@
ALL_UTILS:=astman smsq stereorize streamplayer aelparse muted check_expr conf2ael hashtest2 hashtest
UTILS:=$(ALL_UTILS)
+LIBS += $(BKTR_LIB) # astobj2 with devmode uses backtrace
+
include $(ASTTOPDIR)/Makefile.rules
ifeq ($(OSARCH),SunOS)