summaryrefslogtreecommitdiff
path: root/funcs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/Makefile')
-rw-r--r--funcs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 14bbd80a3..cb948a3bd 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -66,6 +66,9 @@ pbx_functions.o: pbx_functions.h
pbx_functions.so: pbx_functions.o #$(BUILTINS)
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}
+func_odbc.so: func_odbc.o
+ $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lodbc
+
install: all
for x in $(FUNCS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done