aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 16:47:49 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 16:47:49 +0000
commitdf142b8142b182d4c7c1927fe430520db1a3a8a9 (patch)
tree995df9c92cb521c4eaa55b0ea6481208ce51f00e /utils/Makefile
parentf683cf4342f96bc83e7204bf3ab49d1dec400d70 (diff)
Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise the build breaks)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25654 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 5b23445ed..0cc2adab7 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: