[asterisk-commits] file: branch group/pimp_my_sip r379824 - in /team/group/pimp_my_sip: channels...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 22 06:36:23 CST 2013
Author: file
Date: Tue Jan 22 06:36:17 2013
New Revision: 379824
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379824
Log:
Ensure SIP stuff is building using the header files from the included pjproject.
Modified:
team/group/pimp_my_sip/channels/Makefile
team/group/pimp_my_sip/res/Makefile
Modified: team/group/pimp_my_sip/channels/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/channels/Makefile?view=diff&rev=379824&r1=379823&r2=379824
==============================================================================
--- team/group/pimp_my_sip/channels/Makefile (original)
+++ team/group/pimp_my_sip/channels/Makefile Tue Jan 22 06:36:17 2013
@@ -112,3 +112,8 @@
h323/libchanh323.a: h323/Makefile.ast
$(CMD_PREFIX) $(MAKE) -C h323 libchanh323.a
+
+include ../res/pjproject/build.mak
+
+chan_gulp.o: _ASTCFLAGS+=$(PJ_CFLAGS)
+
Modified: team/group/pimp_my_sip/res/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/res/Makefile?view=diff&rev=379824&r1=379823&r2=379824
==============================================================================
--- team/group/pimp_my_sip/res/Makefile (original)
+++ team/group/pimp_my_sip/res/Makefile Tue Jan 22 06:36:17 2013
@@ -91,3 +91,7 @@
res_sip.o: _ASTCFLAGS+=$(PJ_CFLAGS)
res_sip.so: _ASTLDFLAGS+=$(PJ_LDFLAGS)
res_sip.so: LIBS+=-Wl,--whole-archive $(PJ_LDLIBS) -Wl,--no-whole-archive
+
+res_sip_session.o: _ASTCFLAGS+=$(PJ_CFLAGS)
+res_sip_sdp_audio.o: _ASTCFLAGS+=$(PJ_CFLAGS)
+res_sip_endpoint_identifier_constant.o: _ASTCFLAGS+=$(PJ_CFLAGS)
More information about the asterisk-commits
mailing list