aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-21 14:45:58 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-21 14:45:58 +0000
commit683bb1cd0f3846daf60e28be901681d7f8674415 (patch)
tree6d4fe8d02b8bc20beb0eec22ec5951a3fc80cad8 /utils
parent991681b5f68b5c616d3a8d62258e8e4e4976a000 (diff)
build muted by default, since there is no Makefile target for it anymore
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40770 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index ad42e859e..c17364005 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