summaryrefslogtreecommitdiff
path: root/funcs/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-05-08 17:08:25 +0000
committerMark Spencer <markster@digium.com>2005-05-08 17:08:25 +0000
commit0e57cede5542563198bf25c8431e65bae554b26f (patch)
tree03db33ccc43832a4a7463ccbb92f0a04034a8e03 /funcs/Makefile
parentf9417375dc96c96ccade3b34e3df96009819d335 (diff)
Convert app_db to function variables (bug #4201)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/Makefile')
-rwxr-xr-xfuncs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index dc40cbf44..ca5a81795 100755
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -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)))