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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 13 12:38:21 CDT 2013


Author: dlee
Date: Wed Mar 13 12:38:17 2013
New Revision: 383036

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383036
Log:
Clean the res/stasis_http directory

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=383036&r1=383035&r2=383036
==============================================================================
--- team/dlee/stasis-http/res/Makefile (original)
+++ team/dlee/stasis-http/res/Makefile Wed Mar 13 12:38:17 2013
@@ -67,7 +67,7 @@
 ael/pval.o: ael/pval.c
 
 clean::
-	rm -f snmp/*.o snmp/*.i ael/*.o ael/*.i ais/*.o ais/*.i
+	rm -f snmp/*.[oi] ael/*.[oi] ais/*.[oi] stasis_http/*.[oi]
 
 # Dependencies for res_stasis_http.so are generated, so they're in this file
 include res_stasis_http.make




More information about the asterisk-commits mailing list