From bb0b421ea8c2b40c0ab6be495e9de46f1852b6cf Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 5 Jun 2006 20:46:27 +0000 Subject: use module names, not file names, in menuselect work around XML parsing bug in menuselect for default sounds package git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32407 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cdr/Makefile') diff --git a/cdr/Makefile b/cdr/Makefile index d6ec161d2..95020694d 100644 --- a/cdr/Makefile +++ b/cdr/Makefile @@ -11,7 +11,7 @@ # the GNU General Public License # -MODS:=$(filter-out $(MENUSELECT_CDR),$(patsubst %.c,%.so,$(wildcard cdr_*.c))) +SELECTED_MODS:=$(filter-out $(MENUSELECT_CDR),$(patsubst %.c,%,$(wildcard cdr_*.c))) #The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only. #This works for even old (2.96) versions of gcc and provides a small boost either way. @@ -35,6 +35,8 @@ ifneq ($(TDS_LIB),) endif endif +MODS:=$(patsubst %,%.so,$(SELECTED_MODS)) + all: depend $(MODS) install: all -- cgit v1.2.3