From d1f6aa038dc5e69c8854f7e1fec554e358f8cdfb Mon Sep 17 00:00:00 2001 From: oej Date: Mon, 17 Dec 2007 07:15:13 +0000 Subject: Issue 11574: Add dependencies on res_monitor and res_features. I wonder if Asterisk can run at all without res_features. My guess is that there's propably a lot of more modules and the core that depends on it. Reported by: caio1982 (closes issue #11574) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@93182 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_queue.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/app_queue.c') diff --git a/apps/app_queue.c b/apps/app_queue.c index 8227ff175..159bdda65 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -56,6 +56,10 @@ * \ingroup applications */ +/*** MODULEINFO + res_monitor + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -- cgit v1.2.3