[asterisk-commits] branch mogorman/asterisk-xmpp r22409 - in
/team/mogorman/asterisk-xmpp: chann...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Apr 25 08:52:53 MST 2006
Author: mogorman
Date: Tue Apr 25 10:52:53 2006
New Revision: 22409
URL: http://svn.digium.com/view/asterisk?rev=22409&view=rev
Log:
silly
Modified:
team/mogorman/asterisk-xmpp/channels/Makefile
team/mogorman/asterisk-xmpp/res/Makefile
Modified: team/mogorman/asterisk-xmpp/channels/Makefile
URL: http://svn.digium.com/view/asterisk/team/mogorman/asterisk-xmpp/channels/Makefile?rev=22409&r1=22408&r2=22409&view=diff
==============================================================================
--- team/mogorman/asterisk-xmpp/channels/Makefile (original)
+++ team/mogorman/asterisk-xmpp/channels/Makefile Tue Apr 25 10:52:53 2006
@@ -140,6 +140,9 @@
chan_vpb.so: chan_vpb.o
$(CXX) $(SOLINK) -o $@ $< -lvpb -lpthread -lm -ldl
+res_jingle.o: res_jingle.c
+ $(CC) -c -o $@ $(CFLAGS) $(IKSEMEL_INCLUDE) $<
+
chan_jingle.so: chan_jingle.o
$(CC) $(SOLINK) -o $@ $< $(IKSEMEL_LIB)
Modified: team/mogorman/asterisk-xmpp/res/Makefile
URL: http://svn.digium.com/view/asterisk/team/mogorman/asterisk-xmpp/res/Makefile?rev=22409&r1=22408&r2=22409&view=diff
==============================================================================
--- team/mogorman/asterisk-xmpp/res/Makefile (original)
+++ team/mogorman/asterisk-xmpp/res/Makefile Tue Apr 25 10:52:53 2006
@@ -79,6 +79,9 @@
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)
More information about the asterisk-commits
mailing list