aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-24 14:48:49 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-24 14:48:49 +0000
commitd640a84fc06c4b596d55a6c470b0d5c3e00bdaa2 (patch)
treec847dd267859462f1d8f690e08652a6ddab3bc5a /utils
parent5d3035b69ea6c895b47eb0b9b67db07c0af58b4f (diff)
This change addresses JerJer's complaint that aelparse builds and installs even if pbx_ael is unchecked in the menuselect stuff.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@80717 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/ael_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/ael_main.c b/utils/ael_main.c
index 73b9c7302..69f6e3745 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
+ * <depend>pbx_ael</depend>
+ * ***/
+
struct namelist
{
char name[100];