aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-22 21:12:30 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-22 21:12:30 +0000
commit38b24efed1fcbc83ca06b4420e7fb8de5f2803e2 (patch)
treed1895da5e48cb7c2696f1e79242e88dd0d35b3f6 /res/Makefile
parent4169faaaf309db48c66f60b3cc44734e976958e3 (diff)
asterisk-xmpp merge in
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b
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)