Convert app_db to function variables (bug #4201)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-05-08 17:08:25 +00:00
parent f9417375dc
commit 0e57cede55
3 changed files with 118 additions and 1 deletions

View File

@@ -13,7 +13,8 @@
FUNCS=pbx_functions.so
BUILTINS=func_md5.o func_groupcount.o func_strings.o func_cdr.o func_logic.o func_env.o
BUILTINS=func_md5.o func_groupcount.o func_strings.o func_cdr.o \
func_logic.o func_env.o func_db.o
STANDALONE_FUNCS=$(filter-out $(BUILTINS),$(patsubst %.c,%.o,$(wildcard func*.c)))