summaryrefslogtreecommitdiff
path: root/funcs/Makefile
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-01-10 01:52:34 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-01-10 01:52:34 +0000
commitd25b128b66ae9519b00d9cd45bfde026e56147e6 (patch)
tree0c8368ae575fe67f305a903bb70148c541acdb2b /funcs/Makefile
parent935c80d5e6ae1f562c47591f10e9102cedd93f8c (diff)
committing 5924 with minor white space changes
and adding it to the Makefile for functions. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7921 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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)))