aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-09 22:59:08 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-09 22:59:08 +0000
commitf417b6d804ba4f3c624b5c6fb4207119ddbe1e7d (patch)
tree457c3c1663161335624c0d268da1222b5544e01b /funcs/Makefile
parent96194ca05c720f2e5a5b8d553ee1ed160b1ced76 (diff)
add MATH() dialplan function (bug #4473, with mods)
deprecate the Math() application git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5895 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/Makefile')
-rwxr-xr-xfuncs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index fa240fd30..1bee2ae4f 100755
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -14,6 +14,7 @@
FUNCS=pbx_functions.so
BUILTINS=func_md5.o \
+ func_math.o \
func_groupcount.o \
func_strings.o \
func_cdr.o \