From: Tilghman Lesher Date: Mon, 8 May 2006 16:47:49 +0000 (+0000) Subject: Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise the build... X-Git-Tag: 1.4.0-beta1~1503 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d07a0ffc61f31a4de8c1ea82f3071b9a15e6029;p=thirdparty%2Fasterisk.git Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise the build breaks) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25654 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/Makefile b/utils/Makefile index 5b23445edb..0cc2adab7f 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -29,6 +29,10 @@ ifeq ($(NEWT_LIB),) UTILS:=$(filter-out astman,$(UTILS)) endif +ifneq ($(filter pbx_ael.so,$(MENUSELECT_PBX)),) + UTILS:=$(filter-out aelparse,$(UTILS)) +endif + all: depend $(UTILS) install: