aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-12 22:50:45 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-12 22:50:45 +0000
commit20ef59e571304695c72b24c52383f699e00fe88f (patch)
tree13ba17f15e1199303bcf3aedae1c1aadc31d1e3e /funcs/Makefile
parent7b08b9a445588227e3ee819a66834bb3c89eab88 (diff)
add a dialplan function to get and set the music on hold class
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6115 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 543f23a97..274a0df6a 100755
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -23,6 +23,7 @@ BUILTINS=func_md5.o \
func_db.o \
func_timeout.o \
func_language.o \
+ func_moh.o
STANDALONE_FUNCS=$(filter-out $(BUILTINS),$(patsubst %.c,%.o,$(wildcard func*.c)))