[asterisk-commits] murf: branch 1.4 r80717 - /branches/1.4/utils/ael_main.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 24 09:48:49 CDT 2007


Author: murf
Date: Fri Aug 24 09:48:49 2007
New Revision: 80717

URL: http://svn.digium.com/view/asterisk?view=rev&rev=80717
Log:
This change addresses JerJer's complaint that aelparse builds and installs even if pbx_ael is unchecked in the menuselect stuff.

Modified:
    branches/1.4/utils/ael_main.c

Modified: branches/1.4/utils/ael_main.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/utils/ael_main.c?view=diff&rev=80717&r1=80716&r2=80717
==============================================================================
--- branches/1.4/utils/ael_main.c (original)
+++ branches/1.4/utils/ael_main.c Fri Aug 24 09:48:49 2007
@@ -14,6 +14,10 @@
 #include "asterisk/module.h"
 #include "asterisk/app.h"
 #include "asterisk/ael_structs.h"
+
+/*** MODULEINFO
+ * 	<depend>pbx_ael</depend>
+ * 	 ***/
 
 struct namelist
 {




More information about the asterisk-commits mailing list