aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 07:21:08 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 07:21:08 +0000
commit848ca71899f17dc0b469d1787aa408938b2b8871 (patch)
tree61df60438b89d85ca7cf9c57c72a45f112e17722 /res
parentd1f6aa038dc5e69c8854f7e1fec554e358f8cdfb (diff)
fix some copy-and-paste leftovers
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@93183 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/Makefile b/res/Makefile
index 6e83aa358..11fdfa096 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -17,8 +17,8 @@ MENUSELECT_DESCRIPTION=Resource Modules
ALL_C_MODS:=$(patsubst %.c,%,$(wildcard res_*.c))
ALL_CC_MODS:=$(patsubst %.cc,%,$(wildcard res_*.cc))
-C_MODS:=$(filter-out $(MENUSELECT_APPS),$(ALL_C_MODS))
-CC_MODS:=$(filter-out $(MENUSELECT_APPS),$(ALL_CC_MODS))
+C_MODS:=$(filter-out $(MENUSELECT_RES),$(ALL_C_MODS))
+CC_MODS:=$(filter-out $(MENUSELECT_RES),$(ALL_CC_MODS))
LOADABLE_MODS:=$(C_MODS) $(CC_MODS)