aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_followme.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 17:41:57 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 17:41:57 +0000
commit4c77fac7b727898f2dacf0024577fdc327a846c8 (patch)
tree0bfa84da1adddf3dba3b38590bd84a19aa1bd3f9 /apps/app_followme.c
parente650e21901d6e17843f358e71531a054aeca0ec9 (diff)
Add more dependencies on chan_local and add a note to the description of chan_local
so that people don't disable it in menuselect just to clean up. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@99594 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_followme.c')
-rw-r--r--apps/app_followme.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index e01866db7..cd79cc308 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -28,6 +28,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ <depend>chan_local</depend>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")