[svn-commits] dlee: branch dlee/record r397873 - /team/dlee/record/res/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Aug 28 15:54:02 CDT 2013
Author: dlee
Date: Wed Aug 28 15:54:01 2013
New Revision: 397873
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=397873
Log:
make clean
Modified:
team/dlee/record/res/Makefile
Modified: team/dlee/record/res/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/dlee/record/res/Makefile?view=diff&rev=397873&r1=397872&r2=397873
==============================================================================
--- team/dlee/record/res/Makefile (original)
+++ team/dlee/record/res/Makefile Wed Aug 28 15:54:01 2013
@@ -75,7 +75,7 @@
clean::
rm -f snmp/*.[oi] ael/*.[oi] ais/*.[oi] ari/*.[oi]
rm -f res_pjsip/*.[oi] stasis/*.[oi]
- rm -f parking/*.o parking/*.i
+ rm -f parking/*.o parking/*.i stasis_recording/*.[oi]
$(if $(filter res_parking,$(EMBEDDED_MODS)),modules.link,res_parking.so): $(subst .c,.o,$(wildcard parking/*.c))
$(subst .c,.o,$(wildcard parking/*.c)): _ASTCFLAGS+=$(call MOD_ASTCFLAGS,res_parking)
More information about the svn-commits
mailing list