aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-05 21:36:11 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-05 21:36:11 +0000
commit6ba6ba6e244b367ad2973b40f5b5eaa7438f04d2 (patch)
treedd04dc36c5cbbfedcbcdd002aa71651aa798619d /utils
parent11ad54a10b05c6d826ba9f300d46b6f2d767b580 (diff)
Move AUDIO_LIBS outside the top level Makefile. This too is used only
in one place. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88770 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 6ea4fc581..a1e89b8c9 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -30,6 +30,10 @@ ifeq ($(OSARCH),OpenBSD)
UTILS:=$(filter-out muted,$(UTILS))
endif
+ifneq ($(findstring darwin,$(OSARCH)),)
+ AUDIO_LIBS=-framework CoreAudio
+endif
+
ifeq ($(POPT_LIB),)
UTILS:=$(filter-out smsq,$(UTILS))
endif