[asterisk-commits] dlee: branch dlee/stasis-http r384451 - /team/dlee/stasis-http/res/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 1 09:34:43 CDT 2013


Author: dlee
Date: Mon Apr  1 09:34:39 2013
New Revision: 384451

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=384451
Log:
set CFLAGS for stasis_http/*.c to be the same as res_stasis_http.c

Modified:
    team/dlee/stasis-http/res/Makefile

Modified: team/dlee/stasis-http/res/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/dlee/stasis-http/res/Makefile?view=diff&rev=384451&r1=384450&r2=384451
==============================================================================
--- team/dlee/stasis-http/res/Makefile (original)
+++ team/dlee/stasis-http/res/Makefile Mon Apr  1 09:34:39 2013
@@ -71,3 +71,6 @@
 
 # Dependencies for res_stasis_http.so are generated, so they're in this file
 include res_stasis_http.make
+
+# set CFLAGS for stasis_http/*.c to be the same as res_stasis_http.c
+$(subst .c,.o,$(wildcard stasis_http/*.c)): _ASTCFLAGS+=$(call MOD_ASTCFLAGS,res_stasis_http)




More information about the asterisk-commits mailing list