aboutsummaryrefslogtreecommitdiffstats
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 1934be5ab..60ef95151 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -23,7 +23,8 @@ BUILTINS=func_md5.o \
func_db.o \
func_timeout.o \
func_language.o \
- func_moh.o
+ func_moh.o \
+ func_base64.o
AVAILABLE_FUNCS=$(filter-out $(BUILTINS),$(patsubst %.c,%.o,$(wildcard func*.c)))