[asterisk-commits] qwell: branch group/pimp_my_sip r380111 - /team/group/pimp_my_sip/res/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 25 14:17:46 CST 2013


Author: qwell
Date: Fri Jan 25 14:17:42 2013
New Revision: 380111

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380111
Log:
Make every res_sip_*.o file build with PJ_CFLAGS.

No need to add it for every new file, of which there will surely be many.

Modified:
    team/group/pimp_my_sip/res/Makefile

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=380111&r1=380110&r2=380111
==============================================================================
--- team/group/pimp_my_sip/res/Makefile (original)
+++ team/group/pimp_my_sip/res/Makefile Fri Jan 25 14:17:42 2013
@@ -92,9 +92,4 @@
 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)
-res_sip_logger.o: _ASTCFLAGS+=$(PJ_CFLAGS)
-res_sip_endpoint_identifier_user.o: _ASTCFLAGS+=$(PJ_CFLAGS)
-res_sip_rfc3326.o: _ASTCFLAGS+=$(PJ_CFLAGS)
+res_sip_%.o: _ASTCFLAGS+=$(PJ_CFLAGS)




More information about the asterisk-commits mailing list