summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2006-09-18 22:35:40 +0000
committerJason Parker <jparker@digium.com>2006-09-18 22:35:40 +0000
commit9177d1143b295559497b46d08869e60f8ac9b887 (patch)
treea2d24e1216f63b1859ffdd35fb27bbc017a6f8b7 /utils/Makefile
parent734a3d356ef39afd5c1a08509c89a5cb96a7ddcd (diff)
Change the includes to work on FreeBSD
Linux has sys/soundcard.h, which does a #include <linux/soundcard.h> git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43240 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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),)