summaryrefslogtreecommitdiff
path: root/funcs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/Makefile')
-rwxr-xr-xfuncs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 543f23a97..274a0df6a 100755
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -23,6 +23,7 @@ BUILTINS=func_md5.o \
func_db.o \
func_timeout.o \
func_language.o \
+ func_moh.o
STANDALONE_FUNCS=$(filter-out $(BUILTINS),$(patsubst %.c,%.o,$(wildcard func*.c)))