mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 13:58:38 +00:00
fix some copy-and-paste leftovers
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@93183 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -17,8 +17,8 @@ MENUSELECT_DESCRIPTION=Channel Drivers
|
||||
ALL_C_MODS:=$(patsubst %.c,%,$(wildcard chan_*.c))
|
||||
ALL_CC_MODS:=$(patsubst %.cc,%,$(wildcard chan_*.cc))
|
||||
|
||||
C_MODS:=$(filter-out $(MENUSELECT_APPS),$(ALL_C_MODS))
|
||||
CC_MODS:=$(filter-out $(MENUSELECT_APPS),$(ALL_CC_MODS))
|
||||
C_MODS:=$(filter-out $(MENUSELECT_CHANNELS),$(ALL_C_MODS))
|
||||
CC_MODS:=$(filter-out $(MENUSELECT_CHANNELS),$(ALL_CC_MODS))
|
||||
|
||||
ifeq ($(OSARCH),OpenBSD)
|
||||
PTLIB=-lpt_OpenBSD_x86_r
|
||||
|
||||
Reference in New Issue
Block a user