[svn-commits] kpfleming: trunk r40770 - /trunk/utils/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Aug 21 07:45:58 MST 2006
Author: kpfleming
Date: Mon Aug 21 09:45:58 2006
New Revision: 40770
URL: http://svn.digium.com/view/asterisk?rev=40770&view=rev
Log:
build muted by default, since there is no Makefile target for it anymore
Modified:
trunk/utils/Makefile
Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?rev=40770&r1=40769&r2=40770&view=diff
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Mon Aug 21 09:45:58 2006
@@ -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
More information about the svn-commits
mailing list