aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-10 01:52:34 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-10 01:52:34 +0000
commitfab9f25c1392e3da3f9ff3cd02ec51eae9bae03f (patch)
tree0c8368ae575fe67f305a903bb70148c541acdb2b /funcs/Makefile
parent603f6f0ce31e225ff27afacb277afcc793211200 (diff)
committing 5924 with minor white space changes
and adding it to the Makefile for functions. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7921 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 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)))