mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +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=Dialplan Functions
|
||||
ALL_C_MODS:=$(patsubst %.c,%,$(wildcard func_*.c))
|
||||
ALL_CC_MODS:=$(patsubst %.cc,%,$(wildcard func_*.cc))
|
||||
|
||||
C_MODS:=$(filter-out $(MENUSELECT_APPS),$(ALL_C_MODS))
|
||||
CC_MODS:=$(filter-out $(MENUSELECT_APPS),$(ALL_CC_MODS))
|
||||
C_MODS:=$(filter-out $(MENUSELECT_FUNCS),$(ALL_C_MODS))
|
||||
CC_MODS:=$(filter-out $(MENUSELECT_FUNCS),$(ALL_CC_MODS))
|
||||
|
||||
LOADABLE_MODS:=$(C_MODS) $(CC_MODS)
|
||||
|
||||
|
Reference in New Issue
Block a user