aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_directory.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-29 18:48:26 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-29 18:48:26 +0000
commitbcd5162d103ed54da8800577c06a0ae4e6099145 (patch)
tree7cf5787e8d5343afd2f334bcb722e225092f18c7 /apps/app_directory.c
parent531c9307d110a41f7652d443fb5e37241cfc0560 (diff)
Make app_directory dependent on app_voicemail. This is because the function
which says the person's name is handled inside app_voicemail now. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114841 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_directory.c')
-rw-r--r--apps/app_directory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/app_directory.c b/apps/app_directory.c
index 544f8aca5..eb50336ec 100644
--- a/apps/app_directory.c
+++ b/apps/app_directory.c
@@ -25,6 +25,9 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ <depend>app_voicemail</depend>
+ ***/
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")