summaryrefslogtreecommitdiff
path: root/funcs/Makefile
diff options
context:
space:
mode:
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)))