From 53b1c97c9af2cc8a695c26a594b2909a359f0a9b Mon Sep 17 00:00:00 2001
From: "Kevin P. Fleming" <kpfleming@digium.com>
Date: Mon, 21 Aug 2006 14:45:58 +0000
Subject: [PATCH] build muted by default, since there is no Makefile target for
 it anymore

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40770 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/Makefile b/utils/Makefile
index ad42e859e5..c173640050 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -13,7 +13,7 @@
 
 .PHONY: clean clean-depend all depend uninstall
 
-UTILS:=astman smsq stereorize streamplayer aelparse
+UTILS:=astman smsq stereorize streamplayer aelparse muted
 
 ifeq (${OSARCH},SunOS)
   LIBS+=../main/strcompat.o -lsocket -lnsl
-- 
GitLab