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 --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index b5119260f..dc31d2708 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -26,7 +26,7 @@ ifeq ($(NEWT_LIB),) UTILS:=$(filter-out astman,$(UTILS)) endif -ifneq ($(filter pbx_ael.so,$(MENUSELECT_PBX)),) +ifneq ($(filter pbx_ael,$(MENUSELECT_PBX)),) UTILS:=$(filter-out aelparse,$(UTILS)) endif -- cgit v1.2.3