summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-05-22 21:12:30 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-05-22 21:12:30 +0000
commit7aa1a77e755fbda1b49b587afd9e7222c3af7576 (patch)
treed1895da5e48cb7c2696f1e79242e88dd0d35b3f6 /res/Makefile
parent64b94dad8055626bf3e94ada1a3d2d175fb368ad (diff)
asterisk-xmpp merge in
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29553 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/Makefile b/res/Makefile
index ea90998b2..3081a8bef 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -73,6 +73,12 @@ res_odbc.so: res_odbc.o
res_odbc.o: res_odbc.c
$(CC) -c -o $@ $(CFLAGS) $(ODBC_INCLUDE) $<
+res_jabber.o: res_jabber.c
+ $(CC) -c -o $@ $(CFLAGS) $(IKSEMEL_INCLUDE) $<
+
+res_jabber.so: res_jabber.o
+ $(CC) $(SOLINK) -o $@ $< $(IKSEMEL_LIB)
+
res_osp.so: res_osp.o
$(CC) $(SOLINK) -o $@ $< $(OSPTK_LIB)