From 1c55f8424e12406b5b4b975fb25ad03436cf33c4 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Mon, 5 Nov 2007 21:36:11 +0000 Subject: Move AUDIO_LIBS outside the top level Makefile. This too is used only in one place. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88770 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/Makefile') 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 -- cgit v1.2.3