aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: