From 60636c259914d27a04b43c8bc26dece1871d876a Mon Sep 17 00:00:00 2001 From: oej Date: Thu, 30 Mar 2006 06:07:04 +0000 Subject: Issue #5374 - Enable internal timing of generators (cmantunes) Thanks everyone involved for hard work, testing and testing! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16473 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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"; \ -- cgit v1.2.3