aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-18 22:35:40 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-18 22:35:40 +0000
commitd4544fc8306f0cf0c207fc1d9b474e1d4fd4441c (patch)
treea2d24e1216f63b1859ffdd35fb27bbc017a6f8b7 /utils/Makefile
parent4f02a921dc3c35443d27460b7574a635796870fa (diff)
Change the includes to work on FreeBSD
Linux has sys/soundcard.h, which does a #include <linux/soundcard.h> git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43240 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 5eae26d1e..9d3f5434c 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -17,6 +17,7 @@ UTILS:=astman smsq stereorize streamplayer aelparse muted
ifeq (${OSARCH},SunOS)
LIBS+=-lsocket -lnsl
+ UTILS:=$(filter-out muted,$(UTILS))
endif
ifeq ($(POPT_LIB),)