aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-21 18:43:10 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-21 18:43:10 +0000
commit4ca4b36d9042b0170ce397d4ff6ddb74a682a714 (patch)
treecf7ce480a2500b8547236b881ecb2a705a67fedf /funcs/Makefile
parent6aacd0c1284a35cf4bd566739760ef4815597f2b (diff)
Bug 5055 - Simple SQL commands from the dialplan
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7576 f38db490-d61c-443f-a65b-d21fe96a405b
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