From 7aa1a77e755fbda1b49b587afd9e7222c3af7576 Mon Sep 17 00:00:00 2001 From: Matt O'Gorman Date: Mon, 22 May 2006 21:12:30 +0000 Subject: asterisk-xmpp merge in git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29553 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'res/Makefile') 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) -- cgit v1.2.3