aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-03 22:37:29 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-03 22:37:29 +0000
commitd36e97804dbe692d04add6f5cda2b02130a7b0c5 (patch)
tree7ee7bba9af76d6bbba703f9f46349e75ac245ab6 /funcs/Makefile
parent1168220a4d32b532beeb4ac16ca896f65322a822 (diff)
Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9138 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/Makefile')
-rw-r--r--funcs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 4169e2a15..c1e8cd4f6 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -24,7 +24,8 @@ BUILTINS=func_md5.o \
func_timeout.o \
func_language.o \
func_moh.o \
- func_base64.o
+ func_base64.o \
+ func_sha1.o
AVAILABLE_FUNCS=$(filter-out $(BUILTINS),$(patsubst %.c,%.o,$(wildcard func*.c)))