From 3e5c8457e1f645b6791eb8309b4f05a6f84d1c04 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Fri, 24 Aug 2007 14:48:49 +0000 Subject: [PATCH] This change addresses JerJer's complaint that aelparse builds and installs even if pbx_ael is unchecked in the menuselect stuff. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@80717 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/ael_main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/ael_main.c b/utils/ael_main.c index 73b9c7302a..69f6e3745f 100644 --- a/utils/ael_main.c +++ b/utils/ael_main.c @@ -15,6 +15,10 @@ #include "asterisk/app.h" #include "asterisk/ael_structs.h" +/*** MODULEINFO + * pbx_ael + * ***/ + struct namelist { char name[100];