[asterisk-commits] kpfleming: trunk r149920 -	/trunk/res/res_phoneprov.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Oct 16 03:56:36 CDT 2008
    
    
  
Author: kpfleming
Date: Thu Oct 16 03:56:35 2008
New Revision: 149920
URL: http://svn.digium.com/view/asterisk?view=rev&rev=149920
Log:
inter-module dependencies should be included in the source code, not just in sample config files
Modified:
    trunk/res/res_phoneprov.c
Modified: trunk/res/res_phoneprov.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_phoneprov.c?view=diff&rev=149920&r1=149919&r2=149920
==============================================================================
--- trunk/res/res_phoneprov.c (original)
+++ trunk/res/res_phoneprov.c Thu Oct 16 03:56:35 2008
@@ -25,6 +25,10 @@
  * \author Matthew Brooks <mbrooks at digium.com>
  * \author Terry Wilson <twilson at digium.com>
  */
+
+/*** MODULEINFO
+	<depend>func_strings</depend>
+ ***/
 
 #include "asterisk.h"
 
    
    
More information about the asterisk-commits
mailing list