[asterisk-commits] oej: branch 1.4 r217735 - /branches/1.4/utils/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 10 14:52:23 CDT 2009


Author: oej
Date: Thu Sep 10 14:52:19 2009
New Revision: 217735

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=217735
Log:
Reinstate muted that was removed by mistake. 

muted doesn't compile any more on os/x, so I have to disable it in order to testcompile other code...

Modified:
    branches/1.4/utils/Makefile

Modified: branches/1.4/utils/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/utils/Makefile?view=diff&rev=217735&r1=217734&r2=217735
==============================================================================
--- branches/1.4/utils/Makefile (original)
+++ branches/1.4/utils/Makefile Thu Sep 10 14:52:19 2009
@@ -26,7 +26,7 @@
 #     changes are made to ast_expr2.y or ast_expr2.fl (or the corresponding .c files),
 #     as a regression test. Others (mere mortals?) need not bother, but they are
 #     more than welcome to play! The regression test itself is in expr2.testinput.
-ALL_UTILS:=astman smsq stereorize streamplayer aelparse 
+ALL_UTILS:=astman smsq stereorize streamplayer aelparse muted
 UTILS:=$(ALL_UTILS)
 
 include $(ASTTOPDIR)/Makefile.rules




More information about the asterisk-commits mailing list