aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-07 00:48:40 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-07 00:48:40 +0000
commit98ae1f309283e68be238ef56981306c9226e5559 (patch)
treee7b1e160cd7bf8362bbca71df4f446655e3d79ed /pbx/Makefile
parent22667a6ca68b9a1c55cc0c4dc0c5492617c4a337 (diff)
various minor fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37277 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/Makefile')
-rw-r--r--pbx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index 19fb905c4..747843ff4 100644
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -14,10 +14,12 @@ ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makedeps
endif
-SELECTED_MODS:=$(filter-out $(MENUSELECT_PBX),$(patsubst %.c,%,$(wildcard pbx_*.c)))
+SELECTED_MODS:=$(filter-out $(MENUSELECT_PBX),$(patsubst %.c,%,$(wildcard pbx_*.c)) $(patsubst %.cc,%,$(wildcard pbx_*.cc)))
MODS:=$(patsubst %,%.so,$(SELECTED_MODS))
+CC_MODS:=pbx_kdeconsole
+
all: _all
include $(ASTTOPDIR)/Makefile.moddir_rules