[asterisk-commits] kpfleming: branch 1.6.1 r149922 - in /branches/1.6.1: ./ apps/app_stack.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 16 04:19:35 CDT 2008
Author: kpfleming
Date: Thu Oct 16 04:19:35 2008
New Revision: 149922
URL: http://svn.digium.com/view/asterisk?view=rev&rev=149922
Log:
Merged revisions 149384 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r149384 | kpfleming | 2008-10-15 10:55:47 +0200 (Wed, 15 Oct 2008) | 3 lines
building this module depends on res_agi being built as well
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/apps/app_stack.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_stack.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/apps/app_stack.c?view=diff&rev=149922&r1=149921&r2=149922
==============================================================================
--- branches/1.6.1/apps/app_stack.c (original)
+++ branches/1.6.1/apps/app_stack.c Thu Oct 16 04:19:35 2008
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ <depend>res_agi</depend>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
More information about the asterisk-commits
mailing list