From d25b128b66ae9519b00d9cd45bfde026e56147e6 Mon Sep 17 00:00:00 2001 From: Matt O'Gorman Date: Tue, 10 Jan 2006 01:52:34 +0000 Subject: 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 --- funcs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'funcs/Makefile') 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))) -- cgit v1.2.3