aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-08 17:08:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-08 17:08:25 +0000
commit9eeaaa3915a7353b014283599670d3c4ccb05189 (patch)
tree03db33ccc43832a4a7463ccbb92f0a04034a8e03 /funcs/Makefile
parentd29b05e5a75af26c94a799ca25c5f5b6bed8d739 (diff)
Convert app_db to function variables (bug #4201)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5604 f38db490-d61c-443f-a65b-d21fe96a405b
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)))