mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user