summaryrefslogtreecommitdiff
path: root/funcs/Makefile
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2005-12-21 18:43:10 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2005-12-21 18:43:10 +0000
commit28af98ae954bf5de61b0f9ed4377df98e0c42af5 (patch)
treecf7ce480a2500b8547236b881ecb2a705a67fedf /funcs/Makefile
parent6c3eda3e5fc8bf2bdf2f9a6edd03769f3936c358 (diff)
Bug 5055 - Simple SQL commands from the dialplan
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7576 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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