aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
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)))