summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-03-30 06:07:04 +0000
committerOlle Johansson <oej@edvina.net>2006-03-30 06:07:04 +0000
commit50f0b1288009aab4166c8d153509c87948581827 (patch)
tree57c1cb7f263e43e28f5b083076ff222662216773 /Makefile
parent2c4ebe356e19b02617fbaffe95d03610aeb6182e (diff)
Issue #5374 - Enable internal timing of generators (cmantunes)
Thanks everyone involved for hard work, testing and testing! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16473 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4414a7670..b4f722c96 100644
--- a/Makefile
+++ b/Makefile
@@ -788,6 +788,8 @@ samples: adsi
echo ";astctlowner = root" ; \
echo ";astctlgroup = apache" ; \
echo ";astctl = asterisk.ctl" ; \
+ echo ";[options]" ; \
+ echo ";internal_timing = yes" ; \
) > $(DESTDIR)$(ASTCONFPATH) ; \
else \
echo "Skipping asterisk.conf creation"; \