[svn-commits] file: branch group/pimp_my_sip r380192 - /team/group/pimp_my_sip/res/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jan 27 14:09:32 CST 2013


Author: file
Date: Sun Jan 27 14:09:28 2013
New Revision: 380192

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380192
Log:
Build all the contents of the res_sip directory.

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=380192&r1=380191&r2=380192
==============================================================================
--- team/group/pimp_my_sip/res/Makefile (original)
+++ team/group/pimp_my_sip/res/Makefile Sun Jan 27 14:09:28 2013
@@ -42,6 +42,9 @@
 
 $(if $(filter res_ael_share,$(EMBEDDED_MODS)),modules.link,res_ael_share.so): ael/ael_lex.o ael/ael.tab.o ael/pval.o
 ael/ael_lex.o ael/ael.tab.o ael/pval.o: _ASTCFLAGS+=$(call MOD_ASTCFLAGS,res_ael_share)
+
+$(if $(filter res_sip,$(EMBEDDED_MODS)),modules.link,res_sip.so): $(subst .c,.o,$(wildcard res_sip/*.c))
+$(subst .c,.o,$(wildcard res_sip/*.c)): _ASTCFLAGS+=$(call MOD_ASTCFLAGS,res_sip) $(PJ_CFLAGS)
 
 ifneq ($(findstring REBUILD_PARSERS,$(MENUSELECT_CFLAGS)),)
 ael/ael_lex.c: ael/ael.flex




More information about the svn-commits mailing list