From: Steve Murphy Date: Fri, 24 Aug 2007 14:48:49 +0000 (+0000) Subject: This change addresses JerJer's complaint that aelparse builds and installs even if... X-Git-Tag: 1.4.12~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e5c8457e1f645b6791eb8309b4f05a6f84d1c04;p=thirdparty%2Fasterisk.git 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 --- 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];